update config.yml

readme-wiki
xorrior 2017-12-13 20:54:15 -05:00
parent 2d7a956fbf
commit fa8962fc7a
1 changed files with 2 additions and 12 deletions

View File

@ -31,21 +31,11 @@ jobs:
- run:
name: install dependencies
command: |
command:
cd setup/
./install.sh
- save_cache:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}
./install.sh
# run tests!
- run:
name: run tests
command: |
. venv/bin/activate
python manage.py test
- store_artifacts:
path: test-reports