kopia lustrzana https://github.com/jupyterhub/repo2docker
Try to matrix test stage
rodzic
91038a37b9
commit
ae787215c9
11
.travis.yml
11
.travis.yml
|
@ -14,11 +14,12 @@ jobs:
|
||||||
script:
|
script:
|
||||||
- pytest -s -v -n4 tests/${REPO_TYPE}
|
- pytest -s -v -n4 tests/${REPO_TYPE}
|
||||||
env:
|
env:
|
||||||
- REPO_TYPE=conda
|
matrix:
|
||||||
- REPO_TYPE=venv
|
- REPO_TYPE=conda
|
||||||
- REPO_TYPE=julia
|
- REPO_TYPE=venv
|
||||||
- REPO_TYPE=dockerfile
|
- REPO_TYPE=julia
|
||||||
- REPO_TYPE=external/*
|
- REPO_TYPE=dockerfile
|
||||||
|
- REPO_TYPE=external/*
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
script: skip
|
script: skip
|
||||||
if: type = push
|
if: type = push
|
||||||
|
|
Ładowanie…
Reference in New Issue