mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added Django 1.11 to the test list.
This commit is contained in:
parent
b64d25bfaf
commit
4ae6e0aaa6
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,7 @@ env:
|
||||||
- DJANGO: django>=1.8,<1.9
|
- DJANGO: django>=1.8,<1.9
|
||||||
- DJANGO: django>=1.9,<1.10
|
- DJANGO: django>=1.9,<1.10
|
||||||
- DJANGO: django>=1.10,<1.11
|
- DJANGO: django>=1.10,<1.11
|
||||||
|
- DJANGO: django>=1.11,<1.12
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
|
|
3
tox.ini
3
tox.ini
|
@ -2,7 +2,7 @@
|
||||||
toxworkdir=/tmp/tox/dpaste
|
toxworkdir=/tmp/tox/dpaste
|
||||||
skip_missing_interpreters=True
|
skip_missing_interpreters=True
|
||||||
envlist=
|
envlist=
|
||||||
py{27,34,35,36}-django-{18,19,110}
|
py{27,34,35,36}-django-{18,19,110,111}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
install_command =
|
install_command =
|
||||||
|
@ -16,3 +16,4 @@ deps=
|
||||||
django-18: django>=1.8,<1.9
|
django-18: django>=1.8,<1.9
|
||||||
django-19: django>=1.9,<1.10
|
django-19: django>=1.9,<1.10
|
||||||
django-110: django>=1.10,<1.11
|
django-110: django>=1.10,<1.11
|
||||||
|
django-111: django>=1.11,<1.12
|
||||||
|
|
Loading…
Reference in a new issue