make failing install tests fail
This commit is contained in:
parent
d82536acf6
commit
1853f90a68
@ -65,6 +65,8 @@ matrix:
|
|||||||
- TO_TEST=INSTALL
|
- TO_TEST=INSTALL
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
|
dist: xenial
|
||||||
|
sudo: true
|
||||||
python: 3.7
|
python: 3.7
|
||||||
env:
|
env:
|
||||||
- TO_TEST=INSTALL
|
- 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=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_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" = "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…
x
Reference in New Issue
Block a user