Add appveyor.yml config

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-03-28 16:29:41 -07:00
parent 277a6e13c2
commit 7fa30a713e
1 changed files with 13 additions and 0 deletions

13
appveyor.yml Normal file
View File

@ -0,0 +1,13 @@
version: '{branch}-{build}'
install:
- "SET PATH=C:\\Python27-x64;C:\\Python27-x64\\Scripts;%PATH%"
- "python --version"
- "pip install tox==2.1.1 virtualenv==13.1.2"
# Build the binary after tests
build: false
test_script:
- "tox"