Codebase list python-hpack / debian/2.1.0-1 tox.ini
debian/2.1.0-1

Tree @debian/2.1.0-1 (Download .tar.gz)

tox.ini @debian/2.1.0-1raw · history · blame

[tox]
envlist = py27, py33, py34, py35, pypy

[testenv]
deps= -r{toxinidir}/test_requirements.txt
commands= py.test -n 4 --cov hpack {toxinidir}/test/

[testenv:pypy]
# temporarily disable coverage testing on PyPy due to performance problems
commands= py.test -n 4 hpack {toxinidir}/test/