mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
cbe7d8e5a1
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
19 lines
272 B
INI
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}
|