Skip to content

Commit

Permalink
fix appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taishi-i committed May 3, 2019
1 parent 8bfdfe7 commit db7b877
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ build: off

environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python37-x64"

install:
- "%PYTHON%\\python.exe setup.py install"
Expand Down

0 comments on commit db7b877

Please sign in to comment.