mirror of
https://github.com/ceph/ceph
synced 2025-03-07 08:49:15 +00:00
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}
|