Skip to content

Commit

Permalink
Add a tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed May 1, 2012
1 parent d771af4 commit 97b52e6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ docs/_build
.DS_Store .DS_Store
*.pyc *.pyc
mock-*.egg mock-*.egg
nose-*.egg nose-*.egg
.tox
12 changes: 12 additions & 0 deletions tests/tox.ini
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,12 @@
# Tox (http://codespeak.net/~hpk/tox/) 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, py31, py32, pypy, jython
setupdir = ..

[testenv]
commands = python setup.py test
changedir = ..

0 comments on commit 97b52e6

Please sign in to comment.