summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-30 16:33:20 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-30 16:33:20 -0500
commit4b96e9d2e5b4770d21268184fec13c4383d8de83 (patch)
tree7cd9e989ee7f92ac3e02ad8898da51699865e623 /.travis.yml
parent4d12c4be06a2be99b93650ff82850225659c86c4 (diff)
downloadpython-coveragepy-4b96e9d2e5b4770d21268184fec13c4383d8de83.tar.gz
No 3.6 yet. Can we at least get 2.x and 3.x combined coverage?
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bc8b361..89cd328 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
@@ -27,7 +25,7 @@ env:
- TOXENV=py36
- TOXENV=pypy
- TOXENV=py27 COVERAGE_COVERAGE=yes
- - TOXENV=py36 COVERAGE_COVERAGE=yes
+ - TOXENV=py35 COVERAGE_COVERAGE=yes
sudo: false