tox: Actually support -e py
This commit is contained in:
parent
6274028872
commit
9774208b63
1
tox.ini
1
tox.ini
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue