Files
deb-python-wrapt/tox.ini
2017-03-15 11:35:34 +11:00

18 lines
324 B
INI

[tox]
envlist =
py{26,27,33,34,35,36}-{without,with}-extensions,
pypy-without-extensions
[testenv]
deps =
{env:COVERAGE_DEP:}
pytest
commands =
{env:COVERAGE_CMD:} py.test -v []
setenv =
without-extensions: WRAPT_EXTENSIONS = false
with-extensions: WRAPT_EXTENSIONS = true
[pytest]
norecursedirs = .tox venv