Skip to content

Commit 9a6b70c

Browse files
authored
Fix PyPy installation in AppVeyor (#336)
Example false positive: https://ci.appveyor.com/project/sigmavirus24/pyflakes/build/1.0.182
1 parent efddb93 commit 9a6b70c

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
@@ -31,7 +31,7 @@ install:
3131

3232
# Only pypy2-5.3.1 is integrated into tox, as pypy3-2.4.0 fails and
3333
# a Windows distribution of pypy3-5.2 isnt available yet.
34-
- ps: $env:path = "$env:path;C:\pypy2-v5.3.1-win32"
34+
- ps: $env:path = "$env:path;C:\pypy2-v5.3.1-win32;C:\pypy-2.6.1-win32\bin"
3535

3636
# pypy3-2.4.0 and pypy-2.6.1 are manually bootstrapped and tested
3737
- ps: (New-Object Net.WebClient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', "$env:appveyor_build_folder\get-pip.py")

0 commit comments

Comments
 (0)