infi.clickhouse_orm/tox.ini

13 lines
208 B
INI
Raw Normal View History

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