Make Python 3.5 available and increase verbosity of Travis-CI.

This commit is contained in:
Tyson Clugg 2015-12-17 00:25:58 +11:00
parent 73e735374b
commit e0d18c60bf

View file

@ -5,6 +5,7 @@
sudo: false
language: python
- "3.5"
env:
- TOXENV="py27-django1.8"
@ -26,7 +27,7 @@ install:
- pip install -U tox coveralls setuptools
script:
- PATH="$HOME/.meteor:$PATH" tox
- PATH="$HOME/.meteor:$PATH" tox -vvvv
after_success:
coveralls