Skip to content

Commit

Permalink
use nightly pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Sep 21, 2019
1 parent 48681f4 commit 2d2076f
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.0.0-win32.zip
curl -fsSL -o pypy3.zip http://buildbot.pypy.org/nightly/py3.6/pypy-c-jit-97573-3035e3be6a6d-win32.zip
7z x pypy3.zip -oc:\
c:\Python37\Scripts\virtualenv.exe -p c:\pypy3.6-v7.0.0-win32\pypy3.exe c:\vp\pypy3
c:\Python37\Scripts\virtualenv.exe -p c:\pypy-c-jit-97573-3035e3be6a6d-win32\pypy3.exe c:\vp\pypy3

0 comments on commit 2d2076f

Please sign in to comment.