Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial appveyor file #121

Merged
merged 11 commits into from
Mar 22, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add initial appveyor file
  • Loading branch information
orf authored Mar 21, 2017
commit 9c778c4502adb03105242092e3d12e7ce02ed8b4
24 changes: 24 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
image: Visual Studio 2017

init:
- git config --global core.autocrlf input

shallow_clone: true

environment:
matrix:
- py: Python26
- py: Python26-x64
- py: Python27
- py: Python27-x64
- py: Python33
- py: Python33-x64
- py: Python34
- py: Python34-x64
- py: Python35
- py: Python35-x64
- py: Python36
- py: Python36-x64

install:
- C:\%py%\python.exe setup.py install