Skip to content

Commit 656079a

Browse files
msabramojonathanslenders
authored andcommitted
Add tox.ini for tox (http://tox.testrun.org)
tox: http://tox.testrun.org/ $ pip install tox ... $ tox ... py26: commands succeeded py27: commands succeeded py33: commands succeeded py34: commands succeeded pypy: commands succeeded pypy3: commands succeeded congratulations :)
1 parent 6aee8ad commit 656079a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tox.ini

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)