From b7df31e2e6d6a8adacd22029dd5ae3448b346b6f Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Sun, 12 Jan 2020 00:05:25 +0100 Subject: [PATCH] Fix --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5cc39525..a5748843 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,7 +49,7 @@ jobs: command: | . venv/bin/activate # python manage.py test - python3 runtests.py + python runtests.py - store_artifacts: path: test-reports