diff options
author | Christian Heimes <christian@python.org> | 2017-01-28 10:39:39 +0100 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2017-01-28 14:51:01 +0100 |
commit | 0fe313449369ae399ae318c07298d45ea1ae5f0d (patch) | |
tree | 582e48736b630f7117253d8397d9a44b6121ff54 | |
parent | 6e2178b2cadde1af8d3eff21ee2b408970e10a21 (diff) | |
download | defusedxml-git-0fe313449369ae399ae318c07298d45ea1ae5f0d.tar.gz |
Remove Python 2.6 and 3.3 from Travis CI
-rw-r--r-- | .travis.yml | 4 |
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 |