1
0
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:
Adrian Sampson 2019-06-30 11:23:33 -04:00
parent abb9f7ccef
commit 923324e4de

View File

@ -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"]