summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoern Hees <dev@joernhees.de>2015-02-19 16:08:11 +0100
committerJoern Hees <dev@joernhees.de>2015-02-19 16:08:11 +0100
commitd21cdf049fe3ac111c2cca7c32d1b00125fe6d68 (patch)
tree0119ba661ad1bf208e0372dd855ad2c8fd0ac70a /.travis.yml
parent78bf69cfc9ab2e93e10a219d955018aa08628f83 (diff)
downloadrdflib-d21cdf049fe3ac111c2cca7c32d1b00125fe6d68.tar.gz
drop travis testing of Python 3.2 as it alwasy times out, closes #448
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 27c62e40..da008819 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ python:
# - 2.5
- 2.6
- 2.7
- - 3.2
+ # - 3.2
- 3.3
- 3.4
# - "pypy"