1
0
mirror of https://github.com/httpie/cli.git synced 2026-06-20 11:32:56 +02:00

Travis doesn't support Python 3.4 yet.

This commit is contained in:
Jakub Roztocil
2014-04-25 09:47:35 +02:00
parent 3f63133b7c
commit ea42d32f69
+1 -1
View File
@@ -3,7 +3,7 @@ python:
- 2.6
- 2.7
- pypy
- 3.4
- 3.3
script: python setup.py test
install:
- pip install . --use-mirrors