From 69db727280ec3eec9b5d10be475132eebffaf963 Mon Sep 17 00:00:00 2001 From: simojenki Date: Thu, 12 Sep 2019 15:59:31 +1000 Subject: [PATCH] bug in ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6a89643..a54fedc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -47,7 +47,7 @@ jobs: - run: name: run tests command: | - . venv/bin/activate\ + . venv/bin/activate mkdir test-reports pytest --junitxml=test-reports/junit.xml