Merge pull request #4881 from blueyed/travis-cache

ci: Travis: disable cache by default, only for pre-commit
This commit is contained in:
Bruno Oliveira 2019-03-14 12:39:47 -03:00 committed by GitHub
commit 612c3784e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -86,6 +86,9 @@ jobs:
- env: TOXENV=py36-xdist
python: '3.6'
- env: TOXENV=linting,docs,doctesting PYTEST_COVERAGE=1
cache:
directories:
- $HOME/.cache/pre-commit
- stage: deploy
python: '3.6'
@ -144,7 +147,4 @@ notifications:
skip_join: true
email:
- pytest-commit@python.org
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit
cache: false