Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add tox.ini for tox (http://tox.testrun.org/)
  • Loading branch information
msabramo committed Jun 15, 2012
1 parent bebc241 commit 05b05e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tox.ini
@@ -0,0 +1,10 @@
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

[tox]
envlist = py25, py26, py27, py32, py33, pypy, jython

[testenv]
commands = make testone

0 comments on commit 05b05e1

Please sign in to comment.