kopia lustrzana https://github.com/Yakifo/amqtt
tox: Replace py344 with py34
tox does not know what "py344" is and just runs the tests on your default Python version instead. For a complete list of default enviroments, see https://tox.readthedocs.io/en/latest/example/basic.html#a-simple-tox-ini-default-environmpull/8/head
rodzic
cf62ac865f
commit
a9d020daf0
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py344,
|
py34,
|
||||||
py35,
|
py35,
|
||||||
coverage,
|
coverage,
|
||||||
#flake8,
|
#flake8,
|
||||||
|
|
Ładowanie…
Reference in New Issue