disable Python versions that travis doesn't currently support
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 21 Dec 2012 17:29:15 +0000 (18:29 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 21 Dec 2012 17:29:15 +0000 (18:29 +0100)
.travis.yml

index 8e8c052..f97b43a 100644 (file)
@@ -1,11 +1,9 @@
 language: python
 
 python:
-  - 2.4
   - 2.5
   - 2.6
   - 2.7
-  - 3.1
   - 3.2
   - 3.3
   - pypy