mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Make Python 3.5 available and increase verbosity of Travis-CI.
This commit is contained in:
parent
73e735374b
commit
e0d18c60bf
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue