diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |