ceph/tox.ini
Zack Cerza cbe7d8e5a1 Add basic tests for scripts
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
2013-10-10 19:09:35 -05:00

19 lines
272 B
INI

[tox]
envlist = py27, flake8
[testenv:py27]
sitepackages=True
deps=
-r{toxinidir}/requirements.txt
pytest
mock
fudge
nose
commands=py.test -v {posargs:teuthology scripts}
[testenv:flake8]
deps=
flake8
commands=flake8 --select=F {posargs:teuthology scripts}