We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc7f3a commit cc2b788Copy full SHA for cc2b788
1 file changed
.circleci/config.yml
@@ -19,7 +19,7 @@ common: &common
19
when: on_fail
20
- restore_cache:
21
keys:
22
- - v4-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
+ - v5-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
23
- run:
24
name: install dependencies
25
command: pip install --user tox
@@ -33,7 +33,7 @@ common: &common
33
- ~/.cache/pip
34
- ~/.local
35
- ./eggs
36
- key: v4-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
+ key: v5-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
37
38
jobs:
39
django20:
0 commit comments