mirror of https://github.com/cowrie/cowrie.git
remove py34 support from tox (#1347)
This commit is contained in:
parent
c825c12032
commit
b8e0df92f6
3
tox.ini
3
tox.ini
|
@ -1,12 +1,11 @@
|
||||||
[tox]
|
[tox]
|
||||||
skipsdist = True
|
skipsdist = True
|
||||||
envlist = lint,py27,py34,py35,py36,py37,py38,docs
|
envlist = lint,py27,py35,py36,py37,py38,docs
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
|
||||||
[travis]
|
[travis]
|
||||||
python =
|
python =
|
||||||
2.7: py27
|
2.7: py27
|
||||||
3.4: py34
|
|
||||||
3.5: py35
|
3.5: py35
|
||||||
3.6: py36
|
3.6: py36
|
||||||
3.7: py37, lint, docs
|
3.7: py37, lint, docs
|
||||||
|
|
Loading…
Reference in New Issue