kopia lustrzana https://github.com/jupyterhub/repo2docker
[MRG] Make sure the exit status gets passed along in Azure pipel… (#793)
[MRG] Make sure the exit status gets passed along in Azure pipelinespull/842/head
commit
19a47896ce
|
@ -3,9 +3,6 @@ pool:
|
||||||
vmImage: "ubuntu-16.04"
|
vmImage: "ubuntu-16.04"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
lint:
|
|
||||||
REPO_TYPE: 'lint'
|
|
||||||
python_version: '3.6'
|
|
||||||
unit:
|
unit:
|
||||||
REPO_TYPE: 'unit'
|
REPO_TYPE: 'unit'
|
||||||
python_version: '3.6'
|
python_version: '3.6'
|
||||||
|
@ -62,7 +59,7 @@ steps:
|
||||||
- script: pip install -e .
|
- script: pip install -e .
|
||||||
displayName: 'Install repo2docker'
|
displayName: 'Install repo2docker'
|
||||||
|
|
||||||
- script: pushd tests; pytest --durations 10 --cov repo2docker -v $(REPO_TYPE); popd
|
- script: pushd tests && pytest --durations 10 --cov repo2docker -v $(REPO_TYPE) && popd
|
||||||
displayName: 'Run tests $(REPO_TYPE)'
|
displayName: 'Run tests $(REPO_TYPE)'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
|
|
Ładowanie…
Reference in New Issue