Skip to content

Commit

Permalink
Run coverage and style on 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelm committed Apr 7, 2019
1 parent 6c4d63c commit 3ca822f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deps =
commands = py.test tests

[testenv:coverage]
basepython=python3.6
basepython=python3.7
deps=
-rrequirements_dev.txt
django==2.2.*
Expand All @@ -30,7 +30,7 @@ commands =
codecov -e TOXENV

[testenv:style]
basepython=python3.6
basepython=python3.7
deps=
-rrequirements_dev.txt
django==2.2.*
Expand Down

0 comments on commit 3ca822f

Please sign in to comment.