Skip to content

Commit

Permalink
Added Python 3.7 to tox.
Browse files Browse the repository at this point in the history
  • Loading branch information
kilgoretrout1985 committed May 14, 2019
1 parent da8c94e commit 014a17b
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 @@ -2,12 +2,14 @@
envlist =
{py27}-django{111}
{py36}-django{111,21,22}
{py37}-django{111,21,22}

[testenv]
changedir = djangosample
setenv =
PYTHONWARNINGS=module::DeprecationWarning
commands =
python --version
python manage.py migrate
python manage.py test push
deps =
Expand Down

0 comments on commit 014a17b

Please sign in to comment.