diff --git a/.circleci/config.yml b/.circleci/config.yml index 7069028..2474763 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -69,8 +69,8 @@ jobs: - run: name: run tests command: | - . venv/bin/activate - tox + . venv/bin/activate + tox - store_artifacts: path: test-reports