Commit ee60aaa9 by Angel Velasquez Committed by Tom Christie

Update versions of Django on tox.ini (#4651)

Bump release versions to 1.10.3, 1.9.11 and 1.8.16

More info on:

https://www.djangoproject.com/weblog/2016/nov/01/security-releases/
parent befacfb0
...@@ -15,9 +15,9 @@ setenv = ...@@ -15,9 +15,9 @@ setenv =
PYTHONDONTWRITEBYTECODE=1 PYTHONDONTWRITEBYTECODE=1
PYTHONWARNINGS=once PYTHONWARNINGS=once
deps = deps =
django18: Django==1.8.15 django18: Django==1.8.16
django19: Django==1.9.10 django19: Django==1.9.11
django110: Django==1.10.2 django110: Django==1.10.3
djangomaster: https://github.com/django/django/archive/master.tar.gz djangomaster: https://github.com/django/django/archive/master.tar.gz
-rrequirements/requirements-testing.txt -rrequirements/requirements-testing.txt
-rrequirements/requirements-optionals.txt -rrequirements/requirements-optionals.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment