Try to make expanded matrix of tests work properly

pull/87/head
yuvipanda 2017-10-04 17:38:38 -07:00
rodzic 0984e8544e
commit 6d80f2df8f
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -8,11 +8,11 @@ install:
- pip install -e .
- pip install pytest-xdist pyyaml
script:
- pytest -s -v -n4 tests/${REPO_TYPE}
jobs:
include:
- stage: test
script:
- pytest -s -v -n4 tests/${REPO_TYPE}
- stage: deploy
script: skip
if: type = push