summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-01-22 15:57:03 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-01-22 15:57:03 +0100
commit0de87835ef9465e84567f768a70d542db5cc631f (patch)
treed900df490923e8c103bfd6a93b8f4d1788a91e18
parentcff658e08f4a09ae4466d6674a3af25bd956225f (diff)
downloadpython-lxml-0de87835ef9465e84567f768a70d542db5cc631f.tar.gz
remove Py3.2 from travis build as it fails in the test runner
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c67b4cc6..442adf19 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ language: python
python:
- 2.6
- 2.7
- - 3.2
- 3.3
- 3.4
- 3.5