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