Skip to content

Commit

Permalink
Appveyor: enable pure-Python builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jun 6, 2016
1 parent 7a677d8 commit 066dd25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ environment:
- python : 34-x64
- python : 35
- python : 35-x64
- { python: 27, PURE_PYTHON: 1 }
- { python: 35, PURE_PYTHON: 1 }

install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"
Expand Down

0 comments on commit 066dd25

Please sign in to comment.