disable PyPy build on travis - takes way too long
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 6 Aug 2013 17:09:53 +0000 (19:09 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 6 Aug 2013 17:09:53 +0000 (19:09 +0200)
.travis.yml

index 712b07e..457764e 100644 (file)
@@ -5,7 +5,8 @@ python:
   - 2.7
   - 3.2
   - 3.3
-  - pypy
+
+#  - pypy
 
 branches:
   only: