Commit a0bda58b authored by Jason Madden's avatar Jason Madden

Disable pypy on appveyor again because it takes too long. I need to make sure...

Disable pypy on appveyor again because it takes too long. I need to make sure it runs on POSIX first.
parent 242832ba
...@@ -10,11 +10,13 @@ environment: ...@@ -10,11 +10,13 @@ environment:
# Pre-installed Python versions, which Appveyor may upgrade to # Pre-installed Python versions, which Appveyor may upgrade to
# a later point release. # a later point release.
- PYTHON: "C:\\pypy2-v5.9.0-win32" # We're not quite ready for PyPy+libuv, it doesn't even
PYTHON_ID: "pypy" # work correctly on Posix.
PYTHON_EXE: pypy # - PYTHON: "C:\\pypy2-v5.9.0-win32"
PYTHON_VERSION: "2.7.x" # PYTHON_ID: "pypy"
PYTHON_ARCH: "32" # PYTHON_EXE: pypy
# PYTHON_VERSION: "2.7.x"
# PYTHON_ARCH: "32"
- PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x" # currently 3.6.0 PYTHON_VERSION: "3.6.x" # currently 3.6.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment