Try to matrix test stage

pull/87/head
yuvipanda 2017-10-04 17:30:53 -07:00
rodzic 91038a37b9
commit ae787215c9
1 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -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