Merge pull request #1099 from gevent/ccache
Take a whack at using ccache to speed up builds on CI. [skip ci]
Showing
ci-requirements.txt
0 → 100644
setuptools | |||
wheel | |||
cython>=0.27.3 ; python_version < '3.7' | |||
# Thread state changes, especially in Pythran seem to need this, | |||
# which in turn requires CPython 3.7.0a3 or above | |||
git+https://github.com/cython/cython#egg=cython ; python_version >= '3.7' | |||
greenlet>=0.4.10 ; python_version < '3.7' | |||
# Thread state changes again; requires 0.4.13, as yet unreleased | |||
git+https://github.com/python-greenlet/greenlet#egg=greenlet ; python_version >= '3.7' | |||
pylint>=1.8.0 | |||
# pyyaml is included here and doesn't install on travis with 3.7a3 | |||
prospector[with_pyroma] ; python_version < '3.7' | |||
coverage>=4.0 | |||
coveralls>=1.0 | |||
# See version requirements in setup.py | |||
cffi | |||
futures | |||
dnspython | |||
idna | |||
# Makes tests faster | |||
psutil | |||
# For viewing README.rst (restview --long-description), | |||
# CONTRIBUTING.rst, etc. | |||
# https://github.com/mgedmin/restview | |||
restview |
setuptools | -r ci-requirements.txt | ||
wheel | |||
cython>=0.27.3 ; python_version < '3.7' | |||
# Thread state changes, especially in Pythran seem to need this, | |||
# which in turn requires CPython 3.7.0a3 or above | |||
git+https://github.com/cython/cython#egg=cython ; python_version >= '3.7' | |||
greenlet>=0.4.10 ; python_version < '3.7' | |||
# Thread state changes again; requires 0.4.13, as yet unreleased | |||
git+https://github.com/python-greenlet/greenlet#egg=greenlet ; python_version >= '3.7' | |||
pylint>=1.8.0 | |||
# pyyaml is included here and doesn't install on travis with 3.7a3 | |||
prospector[with_pyroma] ; python_version < '3.7' | |||
coverage>=4.0 | |||
coveralls>=1.0 | |||
# See version requirements in setup.py | |||
cffi | |||
futures | |||
dnspython | |||
idna | |||
# Makes tests faster | |||
psutil | |||
# For viewing README.rst (restview --long-description), | |||
# CONTRIBUTING.rst, etc. | |||
# https://github.com/mgedmin/restview | |||
restview | |||
-e . | -e . |
Please register or sign in to comment