From 5f1b3b2f15519fb8c0cff4ef5ffbcedc5963e073 Mon Sep 17 00:00:00 2001 From: Alvaro Leonel Date: Wed, 30 May 2018 23:55:22 -0300 Subject: [PATCH] Adds more enviroments to tox test matrix --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index e64214d..04fd9ba 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,7 @@ # -- FILE: tox.ini [tox] envlist = + py{27}-django py{27,34,35,36}-django111 py{34,35,36}-django200 @@ -9,5 +10,6 @@ commands = coverage run --branch --source=notifications manage.py test deps = coverage + django: Django>=1.7,<1.10 django111: Django>=1.11,<2.0 django200: Django>=2.0,<3.0