Set Protocol Builder URL environment variable

This commit is contained in:
Aaron Louie 2020-04-15 13:11:15 -04:00
parent af05a97b3e
commit acd880c405
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ install:
- export PATH=$PATH:$HOME/.local/bin;
- pipenv install
env:
- PB_BASE_URL='workflow.sartography.com'
script:
- pipenv run coverage run -m pytest
- pipenv run coverage xml -i