Skip to content

Commit

Permalink
Install appropriate django version for tox env
Browse files Browse the repository at this point in the history
  • Loading branch information
moshthepitt committed Jun 2, 2019
1 parent 036d7ed commit acd5bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ commands =
[testenv]
deps =
coverage
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3
basepython =
py36: python3.6
py37: python3.7
commands =
pip install -r requirements/dev.txt
django20: pip install Django>=2.0,<2.1
django21: pip install Django>=2.1,<2.2
django22: pip install Django>=2.2,<2.3
coverage erase
coverage run --include="vega_admin/**.*" --omit="tests/**.*,vega_admin/migrations/**.*" manage.py test {toxinidir}/tests
coverage report

0 comments on commit acd5bd7

Please sign in to comment.