Skip to content

Commit

Permalink
Add tox.ini for tox (http://tox.testrun.org/)
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jun 1, 2012
1 parent 610d93f commit 973d8c2
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 = py26, py27, pypy

[testenv]
commands = {envpython} setup.py test

0 comments on commit 973d8c2

Please sign in to comment.