basic tox tests

This commit is contained in:
Kenneth Reitz
2011-03-24 03:45:46 -04:00
parent bf068777b3
commit d97eaaa317
+7
View File
@@ -0,0 +1,7 @@
[tox]
envlist = py26,py27
[testenv]
commands = py.test --junitxml=junit-{envname}.xml
deps = pytest