mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-26 02:33:45 +03:00
13 lines
208 B
INI
13 lines
208 B
INI
|
[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}
|