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 - checkout
- restore_cache: - restore_cache:
name: Restoring tox 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: - run:
name: Run tests name: Run tests
command: | command: |
@ -30,7 +30,7 @@ jobs:
--cov-report=xml --cov-report=xml
- save_cache: - save_cache:
name: Saving tox 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: paths:
- ./.tox - ./.tox
- ~/.cache/pip - ~/.cache/pip