49be92e047
QtWebEngine isn't available in the 32-bit build.
20 lines
445 B
YAML
20 lines
445 B
YAML
shallow_clone: true
|
|
version: '{branch}-{build}'
|
|
cache:
|
|
- C:\projects\qutebrowser\.cache
|
|
build: off
|
|
environment:
|
|
PYTHONUNBUFFERED: 1
|
|
PYTHON: C:\Python36-x64\python.exe
|
|
matrix:
|
|
- TESTENV: py36-pyqt511
|
|
- TESTENV: pylint
|
|
|
|
install:
|
|
- '%PYTHON% -m pip install -U pip'
|
|
- '%PYTHON% -m pip install -r misc\requirements\requirements-tox.txt'
|
|
- 'set PATH=%PATH%;C:\Python36-x64'
|
|
|
|
test_script:
|
|
- '%PYTHON% -m tox -e %TESTENV%'
|