summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: abaf0de72ab009f63885e7eb27838c827911fb42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 py34-integration
  - C:\Python34\Scripts\tox -e unittests-frozen
  - C:\Python34\Scripts\tox -e smoke-frozen
  - C:\Python34\Scripts\tox -e pylint