Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a91b9a

Browse files
committed
Use pip to install in AppVeyor too.
1 parent 1f999f4 commit 6a91b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ install:
116116

117117
test_script:
118118
# Now build the thing..
119-
- '%CMD_IN_ENV% python setup.py develop'
119+
- '%CMD_IN_ENV% pip install --no-deps -ve .'
120120
# these should show no z, png, or freetype dll...
121121
- set "DUMPBIN=%VS140COMNTOOLS%\..\..\VC\bin\dumpbin.exe"
122122
#- cmd: '"%DUMPBIN%" /DEPENDENTS lib\matplotlib\_png*.pyd'

0 commit comments

Comments
 (0)