We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efddb93 commit 9a6b70cCopy full SHA for 9a6b70c
.appveyor.yml
@@ -31,7 +31,7 @@ install:
31
32
# Only pypy2-5.3.1 is integrated into tox, as pypy3-2.4.0 fails and
33
# a Windows distribution of pypy3-5.2 isnt available yet.
34
- - ps: $env:path = "$env:path;C:\pypy2-v5.3.1-win32"
+ - ps: $env:path = "$env:path;C:\pypy2-v5.3.1-win32;C:\pypy-2.6.1-win32\bin"
35
36
# pypy3-2.4.0 and pypy-2.6.1 are manually bootstrapped and tested
37
- ps: (New-Object Net.WebClient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', "$env:appveyor_build_folder\get-pip.py")
0 commit comments