added circlci

This commit is contained in:
georgemihaila
2021-03-29 23:52:13 -05:00
parent 160d7ef63a
commit c84ba9c780

View File

@@ -13,7 +13,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements/dev.txt
pip install -r requirements.txt
- save_cache:
key: deps1-{{ .Branch }}-{{ checksum "requirements/dev.txt" }}
paths: