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

View File

@ -3,7 +3,7 @@ python:
- 2.6 - 2.6
- 2.7 - 2.7
- pypy - pypy
- 3.4 - 3.3
script: python setup.py test script: python setup.py test
install: install:
- pip install . --use-mirrors - pip install . --use-mirrors