Added Django 1.11 to the test list.

This commit is contained in:
Martin Mahner 2017-04-29 08:53:14 +02:00
parent b64d25bfaf
commit 4ae6e0aaa6
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@ env:
- DJANGO: django>=1.8,<1.9
- DJANGO: django>=1.9,<1.10
- DJANGO: django>=1.10,<1.11
- DJANGO: django>=1.11,<1.12
before_install:
- pip install codecov

View file

@ -2,7 +2,7 @@
toxworkdir=/tmp/tox/dpaste
skip_missing_interpreters=True
envlist=
py{27,34,35,36}-django-{18,19,110}
py{27,34,35,36}-django-{18,19,110,111}
[testenv]
install_command =
@ -16,3 +16,4 @@ deps=
django-18: django>=1.8,<1.9
django-19: django>=1.9,<1.10
django-110: django>=1.10,<1.11
django-111: django>=1.11,<1.12