Skip to content

Commit

Permalink
fixup! use powershell, with --no-progress [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Aug 18, 2019
1 parent 6173511 commit 3b8e372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -17,7 +17,7 @@ init:
install:
- ps:
if ($env:TOXENV -notmatch 'pypy') {
choco install --no-progress python.pypy
choco install python.pypy --no-progress
$env:PATH = "C:\tools\pypy\pypy;$env:PATH"
pypy --version
}
Expand Down

0 comments on commit 3b8e372

Please sign in to comment.