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..67386d1
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,10 @@
+[tox]
+envlist = pypy,py26,py27,py32,py33
+
+[testenv]
+setenv =
+ # Do not allowed the executing environment to pollute the test environment
+ # with extra packages.
+ PYTHONPATH=
+# The standard library unittest module can run tests on Python 2.7 and newer
+commands = python setup.py test