bidon/tox.ini

19 lines
327 B
INI

[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox/{env:BUILD_TAG:{env:USER}}/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/}