mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
fb5c3681b1
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com> (cherry picked from commit 27c9eb8f81dc25c7b50bfb77d4d2d4ab4d136fb6) (cherry picked from commit b390d68ff4b7a648da3f22bd5ae34651d02fd915)
19 lines
256 B
INI
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}
|