Trying to fix build

This commit is contained in:
Mitsuo Takaki
2019-02-03 23:27:09 -08:00
parent 609cc57fd9
commit 300ac29a24

View File

@@ -28,6 +28,7 @@ jobs:
sudo pip install pipenv sudo pip install pipenv
pipenv install pipenv install
pipenv install -r dev_requirements.txt pipenv install -r dev_requirements.txt
pipenv install pytest
- save_cache: - save_cache:
paths: paths:
@@ -38,7 +39,7 @@ jobs:
name: run tests name: run tests
command: | command: |
. venv/bin/activate . venv/bin/activate
pipenv run "py.test tests" pipenv run "pytest tests"
- store_artifacts: - store_artifacts:
path: test-reports path: test-reports