Skip to content

Commit 0017b85

Browse files
committed
Fix typo in appveyor.yml
1 parent add0f43 commit 0017b85

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
@@ -42,7 +42,7 @@ install:
4242
- "SET PATH=%PYTHON%;%PYTHON%\\scripts;%PATH%"
4343
- 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"
4444
- "pip install --disable-pip-version-check --user --upgrade pip wheel"
45-
- "pip install --user -r requirements.txt"
45+
- "pip install --user -r dev-requirements.txt"
4646

4747
build_script:
4848
- "cython bencoder.pyx"

0 commit comments

Comments
 (0)