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
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
envlist =
|
||||
py34,
|
||||
#py34,
|
||||
py35,
|
||||
coverage,
|
||||
#flake8
|
||||
|
|
Ładowanie…
Reference in New Issue