From c4bae1c1d649ca358137c2fd63adbd3a31fbe90c Mon Sep 17 00:00:00 2001 From: John Whitlock Date: Sat, 23 Jul 2016 18:31:32 -0500 Subject: [PATCH] Update to 1.10rc1 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index fd3f0ca..84b7855 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = - {py27,py34,py35}-django-{18,19,110,master} + py{27,34,35}-django-{18,19,110,master} flake8 docs skip_missing_interpreters = True @@ -15,7 +15,7 @@ deps = dj-database-url django-18: Django>=1.8,<1.9 django-19: Django>=1.9,<1.10 - django-110: Django==1.10b1 + django-110: Django==1.10rc1 django-master: https://github.com/django/django/archive/master.tar.gz {py27,py34,py35}-django-{18,19,110,master}-postgres: psycopg2 {py27,py34,py35}-django-{18,19,110,master}-mysql: mysqlclient