qutebrowser/.appveyor.yml

17 lines
386 B
YAML
Raw Normal View History

2015-06-10 18:35:19 +02:00
shallow_clone: true
version: '{branch}-{build}'
cache: C:\Users\appveyor\pip\wheels
build: off
environment:
PYTHON: 'C:\Python34'
PYTHONUNBUFFERED: 1
install:
2015-06-11 16:41:36 +02:00
- C:\Python27\python -u scripts\ci_install.py
2015-06-10 18:35:19 +02:00
test_script:
- C:\Python34\Scripts\tox -e smoke
- C:\Python34\Scripts\tox -e unittests
- C:\Python34\Scripts\tox -e pyflakes
- C:\Python34\Scripts\tox -e pylint