summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..c9747d5
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,10 @@
+[tox]
+# py23,24,25 not supported by tox any more
+envlist=py26,py27,pypy,py31,py32,py33,py34
+
+[testenv]
+setenv =
+ PYTHONHASHSEED = 0
+ PYTHONPATH = .
+commands = python test/test_argparse.py
+