Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f999f4 commit 6a91b9aCopy full SHA for 6a91b9a
1 file changed
appveyor.yml
@@ -116,7 +116,7 @@ install:
116
117
test_script:
118
# Now build the thing..
119
- - '%CMD_IN_ENV% python setup.py develop'
+ - '%CMD_IN_ENV% pip install --no-deps -ve .'
120
# these should show no z, png, or freetype dll...
121
- set "DUMPBIN=%VS140COMNTOOLS%\..\..\VC\bin\dumpbin.exe"
122
#- cmd: '"%DUMPBIN%" /DEPENDENTS lib\matplotlib\_png*.pyd'
0 commit comments