summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2017-01-28 10:39:39 +0100
committerChristian Heimes <christian@python.org>2017-01-28 14:51:01 +0100
commit0fe313449369ae399ae318c07298d45ea1ae5f0d (patch)
tree582e48736b630f7117253d8397d9a44b6121ff54
parent6e2178b2cadde1af8d3eff21ee2b408970e10a21 (diff)
downloaddefusedxml-git-0fe313449369ae399ae318c07298d45ea1ae5f0d.tar.gz
Remove Python 2.6 and 3.3 from Travis CI
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 4601bae..8046421 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,12 +6,8 @@ cache: pip
matrix:
include:
- - python: 2.6
- env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- - python: 3.3
- env: TOXENV=py33
- python: 3.4
env: TOXENV=py34
- python: 3.5