summaryrefslogtreecommitdiff
path: root/.appveyor.yml
blob: 45a221d5744f7704d037e6b05e7f2c9b2debf71a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
shallow_clone: true
version: '{branch}-{build}'
cache:
  - C:\projects\qutebrowser\.cache
build: off
environment:
    PYTHONUNBUFFERED: 1
    PYTHON: C:\Python36\python.exe
    matrix:
    - TESTENV: py36-pyqt58
    - TESTENV: pylint

install:
  - '%PYTHON% -m pip install -U pip'
  - '%PYTHON% -m pip install -r misc\requirements\requirements-tox.txt'
  - 'set PATH=%PATH%;C:\Python36'

test_script:
  - '%PYTHON% -m tox -e %TESTENV%'