mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-03-31 15:24:31 +03:00
Update to use the Django 2.0 release in tox.ini
Was previously using a release candidate as the minimum version.
This commit is contained in:
parent
5f42cb7027
commit
101d3d24f7
2
tox.ini
2
tox.ini
|
@ -24,7 +24,7 @@ setenv =
|
|||
deps =
|
||||
django110: Django>=1.10,<1.11
|
||||
django111: Django>=1.11,<2.0
|
||||
django20: Django>=2.0rc1,<2.1
|
||||
django20: Django>=2.0,<2.1
|
||||
djangomaster: https://github.com/django/django/archive/master.tar.gz
|
||||
-rrequirements/requirements-testing.txt
|
||||
-rrequirements/requirements-optionals.txt
|
||||
|
|
Loading…
Reference in New Issue
Block a user