Skip to content

Commit

Permalink
add tests for django 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseGrandjonc committed May 11, 2019
1 parent 9d3198c commit 146d337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist =
{py27}-django{111}
{py36}-django{20}
{py36}-django{21}
{py36}-django{22}

[testenv]
basepython =
Expand All @@ -18,6 +19,7 @@ deps =
{py27}-django111: Django>=1.11,<2.0
{py36}-django20: Django>=2.0,<2.1
{py36}-django21: Django>=2.1,<2.1.6
{py36}-django22: Django>=2.2

setenv =
PYTHONPATH = {toxinidir}
Expand Down

0 comments on commit 146d337

Please sign in to comment.