Skip to content

Commit

Permalink
Merge pull request #24 from ad-m/patch-1
Browse files Browse the repository at this point in the history
Simply Django version in tox
  • Loading branch information
JostCrow committed Jul 8, 2019
2 parents caee01f + df7c1f1 commit af98d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -10,9 +10,9 @@ setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/django_maintenance_window
commands = coverage run --source django_maintenance_window runtests.py
deps =
django-18: Django>=1.8,<1.9
django-19: Django>=1.9,<1.10
django-110: Django>=1.10
django-18: Django==1.8.*
django-19: Django==1.9.*
django-110: Django==1.10.*
-r{toxinidir}/requirements_test.txt
basepython =
py35: python3.5
Expand Down

0 comments on commit af98d35

Please sign in to comment.