Skip to content

Commit aced268

Browse files
committed
Remove useless pip argument
1 parent d9628f7 commit aced268

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
@@ -40,7 +40,7 @@ init:
4040
install:
4141
- python -m pip install -U pip
4242
- pip install --upgrade -r requirements.txt --quiet
43-
- pip install install pycparser --quiet
43+
- pip install pycparser --quiet
4444

4545
# Install OpenCover. Can't put on `packages.config`, not Mono compatible
4646
- .\tools\nuget\nuget.exe install OpenCover -OutputDirectory packages -Verbosity quiet

0 commit comments

Comments
 (0)