tests: also run for django 1.11 (#19659)

This commit is contained in:
Frédéric Péters 2018-01-09 15:26:33 +01:00
parent 18eb3a8632
commit 6d8e1ca517
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = {coverage-,}{dj18,dj19}-{pg,sqlite} envlist = {coverage-,}{dj18,dj111}-{pg,sqlite}
toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/django-mellon/ toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/django-mellon/
[testenv] [testenv]
@ -16,7 +16,7 @@ usedevelop =
nocoverage: false nocoverage: false
deps = deps =
dj18: django>1.8,<1.9 dj18: django>1.8,<1.9
dj19: django>1.9,<1.10 dj111: django>1.11,<1.12
pg: psycopg2 pg: psycopg2
httmock httmock
pytest pytest