Fix basepython for linting testenv in tox.ini

This commit is contained in:
Bruno Oliveira 2018-11-12 14:03:04 -02:00
parent 935b106213
commit 0df5ce4082
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ commands =
[testenv:linting]
skip_install = True
basepython = python3.6
basepython = python3
deps = pre-commit>=1.11.0
commands = pre-commit run --all-files --show-diff-on-failure