Execute tests against python 3.5

This commit is contained in:
Alexander Kukushkin
2015-12-24 09:59:01 +01:00
parent 1b032ab618
commit b77908ce58
+1 -1
View File
@@ -5,7 +5,7 @@ python:
- "3.5"
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-py2.txt --use-mirrors; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt --use-mirrors; fi
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; fi
- pip install coveralls
script:
- python setup.py test