Blame tox.ini

Packit 562c7a
# Tox (http://tox.testrun.org/) is a tool for running tests
Packit 562c7a
# in multiple virtualenvs. This configuration file will run the
Packit 562c7a
# test suite on all supported python versions. To use it, "pip install tox"
Packit 562c7a
# and then run "tox" from this directory.
Packit 562c7a
Packit 562c7a
[tox]
Packit 562c7a
envlist = py26, py27, py32, py33, py34, pypy
Packit 562c7a
Packit 562c7a
[testenv]
Packit 562c7a
setenv = CFLAGS=-O0 -ggdb
Packit 562c7a
commands =
Packit 562c7a
    {envpython} runtests.py -vv