qutebrowser/.appveyor.yml

17 lines
362 B
YAML
Raw Normal View History

2015-06-10 18:35:19 +02:00
shallow_clone: true
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:
PYTHON: 'C:\Python34'
PYTHONUNBUFFERED: 1
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 py34
- C:\Python34\Scripts\tox -e unittests-frozen
2015-06-10 18:35:19 +02:00
- C:\Python34\Scripts\tox -e pylint