Moves PB_BASE_URL into matrix env var
This commit is contained in:
parent
559494aee2
commit
5c510c5a9a
|
@ -22,9 +22,10 @@ install:
|
|||
- pipenv install
|
||||
|
||||
env:
|
||||
- PB_BASE_URL='http://workflow.sartography.com:5001/pb/'
|
||||
global:
|
||||
- COMMIT=${$TRAVIS_COMMIT::8}
|
||||
matrix:
|
||||
- PB_BASE_URL='http://workflow.sartography.com:5001/pb/'
|
||||
|
||||
script:
|
||||
- pipenv run coverage run -m pytest
|
||||
|
|
Loading…
Reference in New Issue