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

Get ourselves into the environment

parent ed6aac1d
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ jobs: ...@@ -47,6 +47,7 @@ jobs:
. venv/bin/activate . venv/bin/activate
pip install --upgrade pip pip install --upgrade pip
pip install -r requirements.txt -r requirements-tests.txt pip install -r requirements.txt -r requirements-tests.txt
pip install .
coverage run -m twisted.trial _secureaccesstokenauthorizer coverage run -m twisted.trial _secureaccesstokenauthorizer
- run: - run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment