Merge pull request #68 from ZhukovAlexander/master

Run tests for python 3.6-dev and nightly as well
pull/8/head
Nicolas 2017-03-30 14:01:56 +02:00 zatwierdzone przez GitHub
commit 66f2faad7d
1 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -1,11 +1,14 @@
sudo: false
language: python
python:
- "3.5"
- "3.6-dev"
- "nightly"
install:
- pip install -r requirements.txt
- pip install tox
- pip install tox-travis
- pip install coveralls
# command to run tests
script:
- tox
after_success: coveralls
after_success: coveralls