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.7
- pypy
- 3.4
- 3.3
script: python setup.py test
install:
- pip install . --use-mirrors