Skip to content

Commit

Permalink
Add support for tox (http://tox.testrun.org/)
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jun 6, 2012
1 parent ded5733 commit 0d24bc7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ dist/

tags
TAGS

.tox
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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, py30, py31, py32, pypy

[testenv]
setenv = CFLAGS=-O0
commands =
{envpython} runtests.py -vv --cython-only

0 comments on commit 0d24bc7

Please sign in to comment.