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 94facfa commit 5cae198Copy full SHA for 5cae198
appveyor.yml
@@ -98,7 +98,7 @@ install:
98
# pip will build them from source using the MSVC compiler matching the
99
# target Python version and architecture
100
# NOTE: psutil won't install under PyPy.
101
- - "pip install -r requirements.txt"
+ - "pip install -r requirements.txt nose"
102
103
- ps: "if(Test-Path(\"${env:PYTHON}\\bin\")) {ls ${env:PYTHON}\\bin;}"
104
- ps: "if(Test-Path(\"${env:PYTHON}\\Scripts\")) {ls ${env:PYTHON}\\Scripts;}"
0 commit comments