mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
b79343cc95
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
14 lines
162 B
INI
14 lines
162 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[testenv]
|
|
sitepackages=True
|
|
deps=
|
|
-r{toxinidir}/requirements.txt
|
|
pytest
|
|
mock
|
|
fudge
|
|
nose
|
|
|
|
commands=py.test -v {posargs:teuthology}
|