mirror of https://github.com/docker/docker-py.git
Add appveyor.yml config
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
277a6e13c2
commit
7fa30a713e
|
|
@ -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"
|
||||
Loading…
Reference in New Issue