qutebrowser/.appveyor.yml

19 lines
482 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:
- C:\Python27\python -u scripts\dev\ci_install.py
2015-06-10 18:35:19 +02:00
test_script:
- C:\Python34\Scripts\tox -e smoke
2015-06-18 20:44:22 +02:00
- C:\Python34\Scripts\tox -e smoke-frozen
2015-06-10 18:35:19 +02:00
- C:\Python34\Scripts\tox -e unittests
- C:\Python34\Scripts\tox -e unittests-frozen
2015-06-10 18:35:19 +02:00
- C:\Python34\Scripts\tox -e pyflakes
- C:\Python34\Scripts\tox -e pylint