2017-11-02 11:14:21 +03:00
|
|
|
[tox]
|
2018-04-06 12:45:05 +03:00
|
|
|
envlist = py27, py35, pypy
|
2017-11-02 11:14:21 +03:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
nose
|
|
|
|
flake8
|
|
|
|
|
|
|
|
commands =
|
|
|
|
{envpython} -m compileall -q src/ tests/
|
|
|
|
# {envbindir}/flake8 src/ tests/ --max-line-length=120
|
|
|
|
nosetests -v {posargs}
|