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:
# Pre-installed Python versions, which Appveyor may upgrade to
# a later point release.
- PYTHON: "C:\\pypy2-v5.9.0-win32"
PYTHON_ID: "pypy"
PYTHON_EXE: pypy
PYTHON_VERSION: "2.7.x"
PYTHON_ARCH: "32"
# We're not quite ready for PyPy+libuv, it doesn't even
# work correctly on Posix.
# - PYTHON: "C:\\pypy2-v5.9.0-win32"
# PYTHON_ID: "pypy"
# PYTHON_EXE: pypy
# PYTHON_VERSION: "2.7.x"
# PYTHON_ARCH: "32"
- PYTHON: "C:\\Python36-x64"
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