mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-10 19:36:33 +03:00
13 lines
214 B
INI
13 lines
214 B
INI
[tox]
|
|
envlist = py27, py35, pypy
|
|
|
|
[testenv]
|
|
deps =
|
|
nose
|
|
flake8
|
|
|
|
commands =
|
|
{envpython} -m compileall -q src/ tests/
|
|
# {envbindir}/flake8 src/ tests/ --max-line-length=120
|
|
nosetests -v {posargs}
|