Skip to content

Commit 101d3d2

Browse files
committed
Update to use the Django 2.0 release in tox.ini
Was previously using a release candidate as the minimum version.
1 parent 5f42cb7 commit 101d3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ setenv =
2424
deps =
2525
django110: Django>=1.10,<1.11
2626
django111: Django>=1.11,<2.0
27-
django20: Django>=2.0rc1,<2.1
27+
django20: Django>=2.0,<2.1
2828
djangomaster: https://github.com/django/django/archive/master.tar.gz
2929
-rrequirements/requirements-testing.txt
3030
-rrequirements/requirements-optionals.txt

0 commit comments

Comments
 (0)