kopia lustrzana https://github.com/Yakifo/amqtt
Disable python 3.4 environment (until 3.4.4 release which should fix the problem with Queue)
rodzic
7fb4fb92da
commit
9c76e43de6
|
@ -1,6 +1,5 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
|
||||||
- "3.5"
|
- "3.5"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py34,
|
#py34,
|
||||||
py35,
|
py35,
|
||||||
coverage,
|
coverage,
|
||||||
#flake8
|
#flake8
|
||||||
|
|
Ładowanie…
Reference in New Issue