diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-30 17:03:36 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-30 17:03:36 -0500 |
commit | eba5beb429e389dfe29ce0625328b03e4e1b5de0 (patch) | |
tree | a7a37effb5e8718ad4c96fb1ae5ced32dd1b5991 | |
parent | 32d2904ff40fda157af33042dc011acc002c7f0f (diff) | |
download | python-coveragepy-git-eba5beb429e389dfe29ce0625328b03e4e1b5de0.tar.gz |
Oops, if we can't install 3.6, don't run 3.6
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 89cd3288..71affc68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,6 @@ env: - TOXENV=py33 - TOXENV=py34 - TOXENV=py35 - - TOXENV=py36 - TOXENV=pypy - TOXENV=py27 COVERAGE_COVERAGE=yes - TOXENV=py35 COVERAGE_COVERAGE=yes |