Skip to content

Commit

Permalink
Make python3 lint run on 3.7 by default like other python 3 runs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed Aug 6, 2019
1 parent 8b20e6b commit 0259122
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 @@ -16,8 +16,8 @@ deps =
commands =
prospector

[testenv:py36lint]
basepython = python3.6
[testenv:py37lint]
basepython = python3.7
deps =
prospector[with_pyroma,with_mypy]
pygments
Expand Down

0 comments on commit 0259122

Please sign in to comment.