ceph/tox.ini
Alfredo Deza b79343cc95 move the sitepackages to testenv section
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
2013-09-20 16:49:44 -04:00

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}