bidon/tox.ini

19 lines
328 B
INI

[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/{env:BUILD_TAG:bidon}/
envlist = django18,django111
[testenv]
usedevelop = True
setenv =
DJANGO_SETTINGS_MODULE=bidon.settings
deps =
django18: django>=1.8,<1.9
django111: django>=1.11,<1.12
pytest-cov
pytest-django
pytest
commands =
py.test {posargs:tests/}