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 build: off
environment: environment:
PYTHONUNBUFFERED: 1 PYTHONUNBUFFERED: 1
PYTHON: C:\Python36\python.exe
matrix: matrix:
- TESTENV: py36-pyqt58 - TESTENV: py36-pyqt58
PYTHON: C:\Python36\python.exe
- TESTENV: pylint - TESTENV: pylint
install: install:

View File

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