ceph/tox.ini
Alfredo Deza fb5c3681b1 add flake8 checks to teuthology
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
(cherry picked from commit 27c9eb8f81dc25c7b50bfb77d4d2d4ab4d136fb6)
(cherry picked from commit b390d68ff4b7a648da3f22bd5ae34651d02fd915)
2013-09-26 13:59:19 -05:00

19 lines
256 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}
[testenv:flake8]
deps=
flake8
commands=flake8 --select=F {posargs:teuthology}