Skip to content

Commit

Permalink
Merge bedbb05 into 0741034
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Jul 8, 2019
2 parents 0741034 + bedbb05 commit df80721
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tox.ini
Expand Up @@ -32,11 +32,12 @@ commands =
coverage run --source=. --rcfile={toxinidir}/.coveragerc {toxinidir}/runtests.py
coverage report --rcfile={toxinidir}/.coveragerc --show-missing
deps =
django-17: Django>=1.7,<1.8
django-18: Django>=1.8,<1.9
django-19: Django>=1.9,<1.10
django-110: Django>=1.10,<1.11
django-111: Django>=1.11<2.0.0
Simplify version specification in Tox
django-17: Django==1.7.*
django-18: Django==1.8.*
django-19: Django==1.9.*
django-110: Django== 1.10.*
django-111: Django== 1.11.*
{[base]deps}

[testenv:coveralls]
Expand All @@ -46,6 +47,6 @@ commands =
{[testenv]commands}
coveralls
deps =
Django>=1.10,<1.11
Django==1.10.*
coveralls
{[base]deps}

0 comments on commit df80721

Please sign in to comment.