Merge pull request #103 from ceph/toxify

Toxify teuthology
This commit is contained in:
Zack Cerza 2013-09-20 13:50:52 -07:00
commit dc1c425032
3 changed files with 15 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
*.pyc
*.pyo
.tox
/*.egg-info
/virtualenv

View File

@ -1,2 +1,2 @@
[pytest]
norecursedirs = .git build virtualenv teuthology.egg-info
norecursedirs = .git build virtualenv teuthology.egg-info .tox

13
tox.ini Normal file
View File

@ -0,0 +1,13 @@
[tox]
envlist = py27
[testenv]
sitepackages=True
deps=
-r{toxinidir}/requirements.txt
pytest
mock
fudge
nose
commands=py.test -v {posargs:teuthology}