Skip to content
Prev Previous commit
Next Next commit
Remove useless pip argument
  • Loading branch information
amos402 committed Jul 30, 2020
commit aced2689030082e620eb59f3e19511562a8f30c3
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ init:
install:
- python -m pip install -U pip
- pip install --upgrade -r requirements.txt --quiet
- pip install install pycparser --quiet
- pip install pycparser --quiet

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