Commit 0d24bc79 authored by Marc Abramowitz's avatar Marc Abramowitz

Add support for tox (http://tox.testrun.org/)

parent ded57336
......@@ -24,3 +24,5 @@ dist/
tags
TAGS
.tox
# 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment