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
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
- "3.6-dev"
|
||||||
|
- "nightly"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install tox
|
- pip install tox-travis
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
after_success: coveralls
|
after_success: coveralls
|
||||||
|
|
Ładowanie…
Reference in New Issue