Run tests for python 3.6-dev and nightly as well

pull/8/head
Alexander Zhukov 2017-03-30 11:32:04 +03:00 zatwierdzone przez GitHub
rodzic 31012b9bdf
commit aad09dbe02
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,6 +1,8 @@
language: python
python:
- "3.5"
- "3.6-dev"
- "nightly"
install:
- pip install -r requirements.txt
- pip install tox
@ -8,4 +10,4 @@ install:
# command to run tests
script:
- tox
after_success: coveralls
after_success: coveralls