summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-05 08:49:01 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-05 08:49:01 -0400
commit97e71354ab82ca573df2dd90c60c510aab6b663d (patch)
treeea91344f1567e48f786bc347f78c5bb0323fa16b /.travis.yml
parent0ad9ce7affb80fc7716d5de8df38b246282ea55c (diff)
downloadpython-coveragepy-97e71354ab82ca573df2dd90c60c510aab6b663d.tar.gz
No more support for 2.6 or 3.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index bb5a4b1..8b318f5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,9 +6,7 @@ language: python
cache: pip
sudo: false
python:
- - '2.6'
- '2.7'
- - '3.3'
- '3.4'
- '3.5'
- '3.6'