From 89156ced7a283871a0ed57b56e070113d529fc45 Mon Sep 17 00:00:00 2001 From: Jason Ward Date: Mon, 20 Nov 2017 14:51:10 -0500 Subject: [PATCH] refs #2: Updated command to run tests. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9030fe8..fc98f9b 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ basepython = py34: python3.4 py35: python3.5 usedevelop = true -commands = python example/manage.py test authority +commands = python example/manage.py test authority exampleapp deps = dj18: Django<1.9 dj19: Django<1.10