Eriks Karls 065a0ff3ec bugfix
2019-08-27 10:13:37 +03:00

19 lines
239 B
INI

[tox]
envlist = py36, py37, flake8
[travis]
python =
3.7: py37
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 erepublik_script
[testenv]
setenv =
PYTHONPATH = {toxinidir}
commands = python setup.py test