tox: Also use $PYTHON for pylint

This commit is contained in:
Florian Bruhin 2017-05-17 13:48:31 +02:00
parent dd15b4b953
commit a4ddc9706a
2 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ cache:
build: off
environment:
PYTHONUNBUFFERED: 1
PYTHON: C:\Python36\python.exe
matrix:
- TESTENV: py36-pyqt58
PYTHON: C:\Python36\python.exe
- TESTENV: pylint
install:

View File

@ -180,7 +180,7 @@ commands =
{envpython} scripts/dev/run_vulture.py
[testenv:pylint]
basepython = python3
basepython = {env:PYTHON:python3}
ignore_errors = true
passenv =
deps =