summaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 144ab35289ac07b46924c80d670908c7f4cc0f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: '{branch}-{build}'

install:
  - "SET PATH=C:\\Python37-x64;C:\\Python37-x64\\Scripts;%PATH%"
  - "python --version"
  - "python -m pip install --upgrade pip"
  - "pip install tox==2.9.1"

# Build the binary after tests
build: false

test_script:
  - "tox"