There was an error while loading. Please reload this page.
1 parent 6aee8ad commit 656079aCopy full SHA for 656079a
tox.ini
@@ -0,0 +1,10 @@
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 = py26, py27, py33, py34, pypy, pypy3
8
9
+[testenv]
10
+commands = {toxinidir}/tests/run_tests.py
0 commit comments