Use the new Django 1.10 release in tox.

This commit is contained in:
Bertrand Bordage 2016-09-06 18:57:04 +02:00
parent 858f88f154
commit 33bbfcea79
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ basepython =
deps =
django1.8: Django>=1.8,<1.9
django1.9: Django>=1.9,<1.10
django1.10: Django==1.10rc1
django1.10: Django>=1.10,<1.11
psycopg2
django-redis
python-memcached