tox: Actually support -e py

This commit is contained in:
Florian Bruhin 2020-12-03 11:27:28 +01:00
parent 6274028872
commit 9774208b63
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ setenv =
cov: PYTEST_ADDOPTS=--cov --cov-report xml --cov-report=html --cov-report=
passenv = PYTHON DISPLAY XAUTHORITY HOME USERNAME USER CI XDG_* QUTE_* DOCKER QT_QUICK_BACKEND PY_COLORS
basepython =
py: {env:PYTHON:python3}
py3: {env:PYTHON:python3}
py36: {env:PYTHON:python3.6}
py37: {env:PYTHON:python3.7}