Skip to content

Commit

Permalink
Add config for AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Nov 13, 2018
1 parent d7f99ae commit 65f1cf5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .appveyor
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
environment:
matrix:
- PYTHON: "C:\\Python26"
- PYTHON: "C:\\Python26-x64"
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python34-x64"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python37-x64"

build: off

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

0 comments on commit 65f1cf5

Please sign in to comment.