9eca7ae556
This makes PyQt pick up C:\Python34 correctly so we can use the newer AppVeyor image again. See https://github.com/appveyor/ci/issues/363.
19 lines
446 B
YAML
19 lines
446 B
YAML
shallow_clone: true
|
|
version: '{branch}-{build}'
|
|
cache:
|
|
- C:\projects\qutebrowser\.cache
|
|
build: off
|
|
environment:
|
|
PYTHON: 'C:\Python34'
|
|
PYTHONUNBUFFERED: 1
|
|
|
|
install:
|
|
- C:\Python27\python -u scripts\dev\ci_install.py
|
|
|
|
test_script:
|
|
- C:\Python34\Scripts\tox -e py34
|
|
- C:\Python34\Scripts\tox -e unittests-frozen
|
|
- C:\Python34\Scripts\tox -e smoke-frozen
|
|
- C:\Python34\Scripts\tox -e pyflakes
|
|
- C:\Python34\Scripts\tox -e pylint
|