kopia lustrzana https://github.com/Yakifo/amqtt
Merge pull request #68 from ZhukovAlexander/master
Run tests for python 3.6-dev and nightly as wellpull/8/head
commit
66f2faad7d
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue