update config.yml
parent
2d7a956fbf
commit
fa8962fc7a
|
@ -31,21 +31,11 @@ jobs:
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: install dependencies
|
name: install dependencies
|
||||||
command: |
|
command:
|
||||||
cd setup/
|
cd setup/
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|
||||||
- save_cache:
|
|
||||||
paths:
|
|
||||||
- ./venv
|
|
||||||
key: v1-dependencies-{{ checksum "requirements.txt" }}
|
|
||||||
|
|
||||||
# run tests!
|
# run tests!
|
||||||
- run:
|
|
||||||
name: run tests
|
|
||||||
command: |
|
|
||||||
. venv/bin/activate
|
|
||||||
python manage.py test
|
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: test-reports
|
path: test-reports
|
||||||
|
|
Loading…
Reference in New Issue