mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added Django 2.0a to test suite.
This commit is contained in:
parent
2fb745565d
commit
5ab0f03443
1 changed files with 3 additions and 0 deletions
3
tox.ini
3
tox.ini
|
@ -3,6 +3,7 @@ toxworkdir=/tmp/tox/dpaste
|
|||
skip_missing_interpreters=True
|
||||
envlist=
|
||||
py{27,34,35,36}-django-{18,19,110,111}
|
||||
py{34,35,36}-django-{20}
|
||||
|
||||
[testenv]
|
||||
install_command =
|
||||
|
@ -17,3 +18,5 @@ deps=
|
|||
django-19: django>=1.9,<1.10
|
||||
django-110: django>=1.10,<1.11
|
||||
django-111: django>=1.11,<1.12
|
||||
django-20: django==2.0a1
|
||||
|
||||
|
|
Loading…
Reference in a new issue