mirror of https://github.com/scrapy/scrapy.git
fix comment error on tox and re-add cache for travis
This commit is contained in:
parent
cc81f9ed06
commit
95b2e94496
|
|
@ -60,7 +60,9 @@ notifications:
|
|||
skip_join: true
|
||||
channels:
|
||||
- irc.freenode.org#scrapy
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
deploy:
|
||||
provider: pypi
|
||||
distributions: "sdist bdist_wheel"
|
||||
|
|
|
|||
3
tox.ini
3
tox.ini
|
|
@ -21,7 +21,8 @@ passenv =
|
|||
AWS_SECRET_ACCESS_KEY
|
||||
GCS_TEST_FILE_URI
|
||||
GCS_PROJECT_ID
|
||||
download = true #allow tox virtualenv to upgarde pip/wheel/setuptools
|
||||
#allow tox virtualenv to upgrade pip/wheel/setuptools
|
||||
download = true
|
||||
commands =
|
||||
py.test --cov=scrapy --cov-report= {posargs:--durations=10 docs scrapy tests}
|
||||
install_command =
|
||||
|
|
|
|||
Loading…
Reference in New Issue