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 2b0870c commit 9f92e6aCopy full SHA for 9f92e6a
appveyor.yml
@@ -19,7 +19,7 @@ environment:
19
20
install:
21
# We need wheel installed to build wheels
22
- - "%PYTHON%\\python.exe -p pip install nose"
+ - "%PYTHON%\\python.exe -m pip install nose"
23
- "%PYTHON%\\python.exe setup.py install"
24
25
build: off
0 commit comments