Skip to content

Commit

Permalink
Fix and clean tox.ini (home-assistant#40789)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Sep 30, 2020
1 parent ab3909c commit f454b41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist = py36, py37, py38, lint, pylint, typing, cov
envlist = py37, py38, lint, pylint, typing, cov
skip_missing_interpreters = True
ignore_basepython_conflict = True

[testenv]
basepython = {env:PYTHON3_PATH:python3}
Expand Down

0 comments on commit f454b41

Please sign in to comment.