diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-12-04 14:10:33 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-12-04 14:10:33 -0500 |
commit | 6a1feda0d8838c99efce21c78dc662985358a6d7 (patch) | |
tree | 031d179eb3f76d72d768df1c2a9dd38e390c8100 | |
parent | e2b5716dbca0cd3fa55f641844a56aac0373f586 (diff) | |
download | python-coveragepy-git-6a1feda0d8838c99efce21c78dc662985358a6d7.tar.gz |
Remove obsolete travis setting
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c2840e29..79ae11e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ language: python cache: pip -sudo: false python: - '2.7' - '3.4' |