kopia lustrzana https://github.com/Yakifo/amqtt
tox/travis: Run tests on Python 3.4/3.5/3.6
rodzic
a9d020daf0
commit
821975e471
|
@ -1,8 +1,9 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6-dev"
|
||||
- "3.6"
|
||||
- "nightly"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
|
1
tox.ini
1
tox.ini
|
@ -2,6 +2,7 @@
|
|||
envlist =
|
||||
py34,
|
||||
py35,
|
||||
py36,
|
||||
coverage,
|
||||
#flake8,
|
||||
check-manifest
|
||||
|
|
Ładowanie…
Reference in New Issue