tox: limit to django 1.11 (#36136)

This commit is contained in:
Frédéric Péters 2019-09-16 10:25:57 +02:00
parent 6618a50ef7
commit 6e3b0bde61
1 changed files with 1 additions and 6 deletions

View File

@ -5,7 +5,7 @@
[tox]
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/bijoe/{env:BRANCH_NAME:}
envlist = dj18,dj111
envlist = dj111
[testenv]
usedevelop = true
@ -15,11 +15,7 @@ setenv =
BIJOE_SETTINGS_FILE=tests/settings.py
coverage: COVERAGE=--junit-xml=test_results.xml --cov=bijoe --cov-report xml
deps =
dj18: django>=1.8,<1.9
dj19: django>=1.9,<1.10
dj110: django>=1.10,<1.11
dj111: django>=1.11,<1.12
dj18,dj19,dj110: Django-Select2>=5
coverage
pytest
pytest-cov
@ -30,7 +26,6 @@ deps =
pyquery
commands =
dj111: py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/}
dj18: py.test {posargs: --junitxml=test_{envname}_results.xml tests/}
[pytest]
filterwarnings =
once:.*