Skip to content

Commit

Permalink
circleci: Don't fall back to older caches
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Oct 18, 2019
1 parent 528af4c commit f577b96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
- checkout
- restore_cache:
name: Restoring tox cache
keys:
- tox-v1-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}
- tox-v1-{{ .Environment.CIRCLE_JOB }}
key: tox-v1-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}
- run:
name: Run tests
command: |
Expand Down

0 comments on commit f577b96

Please sign in to comment.