Skip to content

Commit

Permalink
Run tox -e black on Py3.7
Browse files Browse the repository at this point in the history
checking `tox -e black-check` still running on Py3.6, because travis doesn't run Py3.7 easily yet
  • Loading branch information
mar10 committed Dec 9, 2018
1 parent e1a3aeb commit ae038f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ whitelist_externals = {[lint]whitelist_externals}

[testenv:black]
description = Reformat python code using Black
basepython = python3.6
basepython = python3.7
changedir = {toxinidir}
skip_install = true
deps =
Expand Down

0 comments on commit ae038f6

Please sign in to comment.