Skip to content

Commit

Permalink
Add appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Oct 6, 2015
1 parent 877ded3 commit 7fe2ca1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
build: false

init:
- ECHO %PYTHON%
environment:
matrix:
- PYTHON: C:/Python27-x64
- PYTHON: C:/Python35-x64
- PYTHON: C:/Python34-x64
- PYTHON: C:/Python33-x64

install:
- ECHO "Filesystem root:"
- ps: "ls \"C:/\""

- ECHO "Installed SDKs:"
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""

test_script:
- '%PYTHON%\python.exe setup.py test'

matrix:
fast_finish: true

0 comments on commit 7fe2ca1

Please sign in to comment.