fix comment error on tox and re-add cache for travis

This commit is contained in:
dswij 2020-10-02 01:05:45 +07:00
parent cc81f9ed06
commit 95b2e94496
2 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -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 =