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 add0f43 commit 0017b85Copy full SHA for 0017b85
appveyor.yml
@@ -42,7 +42,7 @@ install:
42
- "SET PATH=%PYTHON%;%PYTHON%\\scripts;%PATH%"
43
- echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
44
- "pip install --disable-pip-version-check --user --upgrade pip wheel"
45
- - "pip install --user -r requirements.txt"
+ - "pip install --user -r dev-requirements.txt"
46
47
build_script:
48
- "cython bencoder.pyx"
0 commit comments