kopia lustrzana https://github.com/jupyterhub/repo2docker
Make travis fail when pytest fails
rodzic
9fb2a40a2b
commit
7f1f270e12
|
@ -17,9 +17,9 @@ script:
|
||||||
# possible issues with MANIFEST.in
|
# possible issues with MANIFEST.in
|
||||||
- pushd tests;
|
- pushd tests;
|
||||||
if [ ${REPO_TYPE} == "r" ]; then
|
if [ ${REPO_TYPE} == "r" ]; then
|
||||||
travis_wait pytest --cov repo2docker -v ${REPO_TYPE};
|
travis_wait pytest --cov repo2docker -v ${REPO_TYPE} || exit 1;
|
||||||
else
|
else
|
||||||
travis_retry pytest --cov repo2docker -v ${REPO_TYPE};
|
travis_retry pytest --cov repo2docker -v ${REPO_TYPE} || exit 1;
|
||||||
fi;
|
fi;
|
||||||
popd;
|
popd;
|
||||||
- pip install -r docs/doc-requirements.txt
|
- pip install -r docs/doc-requirements.txt
|
||||||
|
|
Ładowanie…
Reference in New Issue