Skip to content
Snippets Groups Projects
Commit f96730a5 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Get the document structure correct

parent ceb47d8c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment