mirror of
https://github.com/ceph/ceph
synced 2024-12-19 09:57:05 +00:00
cc4b9560c9
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
13 lines
155 B
INI
13 lines
155 B
INI
[tox]
|
|
envlist = py26, py27
|
|
|
|
[testenv]
|
|
deps=
|
|
-r{toxinidir}/requirements.txt
|
|
pytest
|
|
mock
|
|
fudge
|
|
nose
|
|
|
|
commands=py.test -v {posargs:teuthology/test}
|