Blame tox.ini

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