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

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

# Build the binary after tests
build: false

test_script:
  - "tox"