summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f8cb41b..c632928 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,8 +38,10 @@ setenv =
[testenv:py36-django1-10-6]
basepython = python3.6
deps = -r{toxinidir}/django/requirements.txt
+ django-jenkins
+ coverage
commands = python --version
- django-admin.py test
+ python {toxinidir}/django/manage.py jenkins --enable-coverage
[testenv:style]
basepython = python3