File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ commands:
8181 # In the cache key:
8282 # - .Environment.CIRCLE_JOB: We do separate tox environments by job name, so caching and restoring is
8383 # much faster.
84- key : tox-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "tox.ini" }}
84+ key : tox-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "tox.ini" }}-{{ checksum "setup.py" }}
8585
8686 save_tox_cache :
8787 description : " Save .tox directory into cache for faster installs next time"
@@ -90,7 +90,7 @@ commands:
9090 # In the cache key:
9191 # - .Environment.CIRCLE_JOB: We do separate tox environments by job name, so caching and restoring is
9292 # much faster.
93- key : tox-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "tox.ini" }}
93+ key : tox-cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "tox.ini" }}-{{ checksum "setup.py" }}
9494 paths :
9595 - " .tox"
9696
You can’t perform that action at this time.
0 commit comments