Skip to content

Commit

Permalink
Add AppVeyor support #33
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanUrwin committed Jul 31, 2018
1 parent 36d7d80 commit 162e481
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
environment:
matrix:
# http://www.appveyor.com/docs/installed-software#python
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python33-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python34-x64"
DISTUTILS_USE_SDK: "1"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
install: "%PYTHON%\\python.exe -m pip install -r requirements.txt"
build: off
test_script: "invoke tests"
after_test: "codecov"

0 comments on commit 162e481

Please sign in to comment.