Skip to content

Commit 5cae198

Browse files
author
Dan
committed
Updated appveyor config
1 parent 94facfa commit 5cae198

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
@@ -98,7 +98,7 @@ install:
9898
# pip will build them from source using the MSVC compiler matching the
9999
# target Python version and architecture
100100
# NOTE: psutil won't install under PyPy.
101-
- "pip install -r requirements.txt"
101+
- "pip install -r requirements.txt nose"
102102

103103
- ps: "if(Test-Path(\"${env:PYTHON}\\bin\")) {ls ${env:PYTHON}\\bin;}"
104104
- ps: "if(Test-Path(\"${env:PYTHON}\\Scripts\")) {ls ${env:PYTHON}\\Scripts;}"

0 commit comments

Comments
 (0)