mirror of https://github.com/scrapy/scrapy.git
Cache pip cache and do not rebuild tags on appveyor and travis
This commit is contained in:
parent
a21abac743
commit
ed068e59b7
|
|
@ -13,7 +13,12 @@ branches:
|
||||||
install:
|
install:
|
||||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||||
- "SET TOX_TESTENV_PASSENV=HOME USERPROFILE HOMEPATH HOMEDRIVE"
|
- "SET TOX_TESTENV_PASSENV=HOME USERPROFILE HOMEPATH HOMEDRIVE"
|
||||||
- "pip install -U tox twine wheel"
|
- "pip install -U tox"
|
||||||
|
|
||||||
build: false
|
build: false
|
||||||
|
skip_tags: true
|
||||||
test_script:
|
test_script:
|
||||||
- "tox -e %TOX_ENV%"
|
- "tox -e %TOX_ENV%"
|
||||||
|
|
||||||
|
cache:
|
||||||
|
- '%LOCALAPPDATA%\pip\cache'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue