Remove cookiecutter raw markup

remotes/origin/python3
Phil Howard 2019-11-21 20:25:51 +00:00
parent 6aa1e7a8b6
commit 7e8c441100
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
- checkout
- restore_cache:
name: Restoring tox cache
{% raw %}key: tox-v1-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.cfg" }}{% endraw %}
key: tox-v1-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.cfg" }}
- run:
name: Run tests
command: |
@ -30,7 +30,7 @@ jobs:
--cov-report=xml
- save_cache:
name: Saving tox cache
{% raw %}key: tox-v1-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.cfg" }}{% endraw %}
key: tox-v1-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.cfg" }}
paths:
- ./.tox
- ~/.cache/pip