Trying to fix circleci build

This commit is contained in:
Mitsuo Takaki
2019-02-03 23:21:30 -08:00
parent 36f4ef6cee
commit 609cc57fd9

View File

@@ -38,7 +38,7 @@ jobs:
name: run tests name: run tests
command: | command: |
. venv/bin/activate . venv/bin/activate
py.test tests pipenv run "py.test tests"
- store_artifacts: - store_artifacts:
path: test-reports path: test-reports