From 3376c9c93e9153292b7b5bc80ca44f81e7100e08 Mon Sep 17 00:00:00 2001 From: Florent Messa Date: Mon, 10 Oct 2016 23:05:57 +0200 Subject: [PATCH] Add Django 1.10 in tox --- tox.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 1b451da..581c539 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = - py27-dj{18,19}, - py{34,35}-dj{18,19} + py27-dj{19,110}, + py{34,35}-dj{19,110} downloadcache = .tox/_download/ [testenv] @@ -15,6 +15,5 @@ commands = make test deps = coverage - {py27,py34,py35}-dj17: Django>=1.8,<1.9 - {py27,py34,py35}-dj18: Django>=1.8,<1.9 {py27,py34,py35}-dj19: Django>=1.9,<1.10 + {py27,py34,py35}-dj19: Django>=1.10,<1.11