From 609cc57fd9f762ee8442a319af1f68b25f113018 Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Sun, 3 Feb 2019 23:21:30 -0800 Subject: [PATCH] Trying to fix circleci build --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e6db1ca..5e02bb8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -38,7 +38,7 @@ jobs: name: run tests command: | . venv/bin/activate - py.test tests + pipenv run "py.test tests" - store_artifacts: path: test-reports