mirror of https://github.com/scrapy/scrapy.git
Try installing Cython
This commit is contained in:
parent
6b648e0169
commit
edf08a2955
|
|
@ -54,6 +54,7 @@ install:
|
|||
tar -jxf ${PYPY_VERSION}.tar.bz2
|
||||
virtualenv --python="$PYPY_VERSION/bin/pypy3" "$HOME/virtualenvs/$PYPY_VERSION"
|
||||
source "$HOME/virtualenvs/$PYPY_VERSION/bin/activate"
|
||||
pip install -U cython # https://bitbucket.org/pypy/compatibility/wiki/lxml
|
||||
fi
|
||||
- pip install -U tox twine wheel codecov
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue