Skip to content

Commit

Permalink
use powershell, with --no-progress [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Aug 16, 2019
1 parent 1d6f960 commit 6173511
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
install:
# install pypy using choco (redirect to a file and write to console in case
# choco install returns non-zero, because choco install python.pypy is too
# noisy)
- if not x%TOXENV:pypy=%==x%TOXENV% (
(choco install python.pypy > pypy-inst.log 2>&1 || (type pypy-inst.log & exit /b 1)) &&
set "PATH=C:\tools\pypy\pypy;%PATH%" &&
pypy --version
)
- ps:
if ($env:TOXENV -notmatch 'pypy') {
choco install --no-progress python.pypy
$env:PATH = "C:\tools\pypy\pypy;$env:PATH"
pypy --version
}

# Upgrade virtualenv for e.g. more-itertools to be handled properly.
# Pin it to work around https://github.com/tox-dev/tox/issues/1389.
Expand Down

0 comments on commit 6173511

Please sign in to comment.