diff --git a/.circleci/config.yml b/.circleci/config.yml index 70f43748258c1032499fd62c902a1f5aceb01552..16f820260fe85cb8822e728a6a9587e8fa42211e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,8 +41,8 @@ jobs: - "checkout" - run: - name: "Run Test Suite" - command: | + name: "Run Test Suite" + command: | virtualenv venv . venv/bin/activate pip install --upgrade pip @@ -50,8 +50,8 @@ jobs: coverage run -m twisted.trial _secureaccesstokenauthorizer - run: - name: "Report Coverage" - command: | + name: "Report Coverage" + command: | . venv/bin/activate CODECOV_TOKEN="cc6e4697-4337-4506-88af-92b8f8ca6b22" codecov