2015-11-18 17:47:26 +01:00
|
|
|
shallow_clone: true
|
2015-06-10 18:35:19 +02:00
|
|
|
version: '{branch}-{build}'
|
2015-07-14 07:17:36 +02:00
|
|
|
cache:
|
|
|
|
- C:\projects\qutebrowser\.cache
|
2015-06-10 18:35:19 +02:00
|
|
|
build: off
|
|
|
|
environment:
|
|
|
|
PYTHONUNBUFFERED: 1
|
2015-10-05 23:30:33 +02:00
|
|
|
matrix:
|
|
|
|
- TESTENV: py34
|
2017-03-29 17:47:08 +02:00
|
|
|
- TESTENV: py36-pyqt58
|
|
|
|
PYTHON: C:\Python36\python.exe
|
2015-10-05 23:30:33 +02:00
|
|
|
- TESTENV: unittests-frozen
|
|
|
|
- TESTENV: pylint
|
2015-06-10 18:35:19 +02:00
|
|
|
|
|
|
|
install:
|
2016-05-11 15:41:57 +02:00
|
|
|
- C:\Python27\python -u scripts\dev\ci\appveyor_install.py
|
2017-03-30 21:53:13 +02:00
|
|
|
- set PATH=%PATH%;C:\Python36
|
2015-06-10 18:35:19 +02:00
|
|
|
|
|
|
|
test_script:
|
2016-03-10 20:41:55 +01:00
|
|
|
- C:\Python34\Scripts\tox -e %TESTENV%
|