Commit f162f92f authored by Jason Madden's avatar Jason Madden

We're not in a proper virtualenv so we don't have access to update pip. sigh.

parent 7f5be8bf
...@@ -73,7 +73,7 @@ install: ...@@ -73,7 +73,7 @@ install:
# compiled extensions and are not provided as pre-built wheel packages, # compiled extensions and are not provided as pre-built wheel packages,
# pip will build them from source using the MSVC compiler matching the # pip will build them from source using the MSVC compiler matching the
# target Python version and architecture # target Python version and architecture
- "%CMD_IN_ENV% pip install -U cython greenlet pip" - "%CMD_IN_ENV% pip install -U cython greenlet"
# XXX: Most of this is a copy of the Makefile. Remember to update. # XXX: Most of this is a copy of the Makefile. Remember to update.
- "python util/cythonpp.py -o gevent.corecext.c gevent/core.ppyx" - "python util/cythonpp.py -o gevent.corecext.c gevent/core.ppyx"
......
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