2019-07-19 10:36:35 +03:00

20 lines
253 B
INI

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