Skip to content

Commit

Permalink
Fix Appveyor builds which fail during dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Mar 23, 2018
1 parent 0120f2f commit 39c4103
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ install:
C:\Python27-x64\Scripts\pip.exe install cython
C:\Python27-x64\Scripts\pip.exe install 3to2
C:\Python27-x64\Scripts\pip.exe install pypiwin32
C:\Python35-x64\python.exe -m pip install --upgrade pip
C:\Python35-x64\Scripts\pip.exe install numpy
build_script:
Expand Down

0 comments on commit 39c4103

Please sign in to comment.