Skip to content

Commit

Permalink
downgrade pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Sep 21, 2019
1 parent 46c3c4f commit 48681f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions winbuild/appveyor_install_pypy3.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
curl -fsSL -o pypy3.zip https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.1.1-win32.zip
curl -fsSL -o pypy3.zip https://bitbucket.org/pypy/pypy/downloads/pypy3.6-v7.0.0-win32.zip
7z x pypy3.zip -oc:\
c:\Python37\Scripts\virtualenv.exe -p c:\pypy3.6-v7.1.1-win32\pypy3.exe c:\vp\pypy3
c:\Python37\Scripts\virtualenv.exe -p c:\pypy3.6-v7.0.0-win32\pypy3.exe c:\vp\pypy3

0 comments on commit 48681f4

Please sign in to comment.