summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..3be9fcb
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,9 @@
+[tox]
+envlist = py{27,32,33,34,py,py3}
+
+[testenv]
+deps =
+ py==1.4.28
+ pytest==2.7.1
+commands =
+ py.test {posargs:test_pytest_catchlog.py}