summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9e9ee95..21901f4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,11 +2,12 @@
envlist = py27,py34,py26,py33
[testenv]
-commands =
+commands =
py.test -x test
deps =
argparse
pytest
+ configobj
[pytest]
norecursedirs = test/lib .tox