diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-19 10:40:25 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-19 10:40:25 -0500 |
commit | 4d89d792e10218efea93e96ec810ecc45340c2a8 (patch) | |
tree | 573395e33994cad1e609e832a8cac1659a80af37 | |
parent | f0f695059b0676401b59a53b96885f4f44ab0a39 (diff) | |
download | python-coveragepy-git-4d89d792e10218efea93e96ec810ecc45340c2a8.tar.gz |
Ugh, forgot to remove the part that was breaking the builds
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2e875b46..06c908d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,6 @@ addons: packages: - python3.5 - python3.5-dev - - python3.6 - - python3.6-dev env: - TOXENV=py26 |