make failing install tests fail

main
Fabien C. Y. Benureau 6 years ago
parent d82536acf6
commit 1853f90a68
No known key found for this signature in database
GPG Key ID: C3FB5E831A249A9A

@ -65,6 +65,8 @@ matrix:
- TO_TEST=INSTALL
- os: linux
language: python
dist: xenial
sudo: true
python: 3.7
env:
- TO_TEST=INSTALL
@ -88,4 +90,4 @@ script:
- if [ "$TO_TEST" = "TEST_FULL" ]; then PUBS_TESTS_MODE=MOCK python setup.py test; fi
- if [ "$TO_TEST" = "TEST_FULL" ]; then PUBS_TESTS_MODE=COLLECT python setup.py test; fi
- if [ "$TO_TEST" = "TEST_MOCK" ]; then PUBS_TESTS_MODE=MOCK python setup.py test; fi
- if [ "$TO_TEST" = "INSTALL" ]; then pip install -U pip; pip install pubs; pubs --help; pip uninstall -y pubs; fi
- if [ "$TO_TEST" = "INSTALL" ]; then pip install -U pip && pip install pubs && pubs --help && pip uninstall -y pubs; fi

Loading…
Cancel
Save