qutebrowser/.appveyor.yml

18 lines
368 B
YAML
Raw Normal View History

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
- TESTENV: unittests-frozen
- TESTENV: pylint
2015-06-10 18:35:19 +02:00
install:
- C:\Python27\python -u scripts\dev\ci_install.py
2015-06-10 18:35:19 +02:00
test_script:
- C:\Python34\Scripts\tox -e %TESTENV% -- -v --junitxml=junit.xml