Updates circleci config to match bc250bd814

Cli tests are commented out for now
This commit is contained in:
Sergi Delgado Segura
2019-12-16 11:28:26 +01:00
parent 61663e89d7
commit 9034e6d702

View File

@@ -49,10 +49,22 @@ jobs:
command: cp pisa/sample_conf.py pisa/conf.py command: cp pisa/sample_conf.py pisa/conf.py
- run: - run:
name: run pisa tests name: run pisa unit tests
command: | command: |
. venv/bin/activate . venv/bin/activate
pytest test/unit pytest test/pisa/unit/
- run:
name: run common unit tests
command: |
. venv/bin/activate
pytest test/common/unit
# - run:
# name: run cli unit tests
# command: |
# . venv/bin/activate
# pytest test/apps/cli/unit
# - store_artifacts: # - store_artifacts:
# path: test-reports # path: test-reports