mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-29 05:20:24 -07:00
CircleCI: Try caching Tox environment
This commit is contained in:
parent
abb9f7ccef
commit
923324e4de
@ -9,5 +9,11 @@ jobs:
|
|||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
command: sudo pip install tox
|
command: sudo pip install tox
|
||||||
|
- restore_cache:
|
||||||
|
key: tox-{{ checksum "tox.ini" }}
|
||||||
|
paths: [".tox"]
|
||||||
- run:
|
- run:
|
||||||
command: tox -e py37,flake8
|
command: tox -e py37,flake8
|
||||||
|
- save_cache:
|
||||||
|
key: tox-{{ checksum "tox.ini" }}
|
||||||
|
paths: [".tox"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user