We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d036e93 commit a005018Copy full SHA for a005018
tox.ini
@@ -0,0 +1,13 @@
1
+# Tox (http://tox.testrun.org/) is a tool for running tests
2
+# in multiple virtualenvs. This configuration file will run the
3
+# test suite on all supported python versions. To use it, "pip install tox"
4
+# and then run "tox" from this directory.
5
+
6
+[tox]
7
+envlist = py25, py26, py27
8
9
+[testenv]
10
+commands =
11
+ {envpython} setup.py clean
12
+ {envpython} setup.py install
13
+ {envpython} selftest.py
0 commit comments