From 31bbef44e0839f1cd1e36318c3e3018987b785e4 Mon Sep 17 00:00:00 2001 From: jh Date: Thu, 22 Aug 2019 13:13:49 -0700 Subject: [PATCH] use unittest --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a26dbdf..2db7e2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: name: run tests command: | . venv/bin/activate - python manage.py test + python -m unittest - store_artifacts: path: test-reports