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