requirements

This commit is contained in:
Eriks Karls
2019-07-19 10:36:35 +03:00
parent f9eac109c2
commit 790ce7b287
5 changed files with 9 additions and 12 deletions

View File

@ -1,12 +1,10 @@
[tox]
envlist = py27, py34, py35, py36, flake8
envlist = py36, py37, flake8
[travis]
python =
3.7: py37
3.6: py36
3.5: py35
3.4: py34
2.7: py27
[testenv:flake8]
basepython = python