Try adding a PyPI testenv on AppVeyor

This commit is contained in:
Florian Bruhin 2017-03-29 17:47:08 +02:00
parent 6c3abadb32
commit a6041834f8
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ environment:
PYTHONUNBUFFERED: 1 PYTHONUNBUFFERED: 1
matrix: matrix:
- TESTENV: py34 - TESTENV: py34
- TESTENV: py36-pyqt58
PYTHON: C:\Python36\python.exe
- TESTENV: unittests-frozen - TESTENV: unittests-frozen
- TESTENV: pylint - TESTENV: pylint

View File

@ -101,7 +101,7 @@ deps =
commands = {envpython} -bb -m pytest {posargs:tests} commands = {envpython} -bb -m pytest {posargs:tests}
[testenv:py36-pyqt58] [testenv:py36-pyqt58]
basepython = python3.6 basepython = {env:PYTHON:python3.6}
setenv = setenv =
{[testenv]setenv} {[testenv]setenv}
QUTE_BDD_WEBENGINE=true QUTE_BDD_WEBENGINE=true