Also, enable Python 3.4 on Travis CI.

(The "--use-mirrors" option was deprecated, so I removed it.)
This commit is contained in:
Berker Peksag 2014-05-15 01:19:49 +03:00
parent 9f8f37d07d
commit 08ec1b2c70

View File

@ -3,9 +3,10 @@ python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- "pip install -r requirements_dev.txt --use-mirrors"
- "pip install -r requirements_dev.txt"
- "python setup.py install"
script: py.test -x tests/
branches: