mirror of https://github.com/ARMmbed/mbed-os.git
TRAVIS: turn off upload python test code coverage
parent
d30d772047
commit
2f6078d829
|
@ -164,7 +164,6 @@ matrix:
|
||||||
pylint>=1.9,<2
|
pylint>=1.9,<2
|
||||||
hypothesis>=3,<4
|
hypothesis>=3,<4
|
||||||
coverage>=4.5,<5
|
coverage>=4.5,<5
|
||||||
coveralls>=1.5,<2
|
|
||||||
"
|
"
|
||||||
- python -m pip install --upgrade pip==18.1
|
- python -m pip install --upgrade pip==18.1
|
||||||
- python -m pip install --upgrade setuptools==40.4.3
|
- python -m pip install --upgrade setuptools==40.4.3
|
||||||
|
@ -176,7 +175,6 @@ matrix:
|
||||||
- python tools/test/pylint.py
|
- python tools/test/pylint.py
|
||||||
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
|
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
|
||||||
- coverage html
|
- coverage html
|
||||||
- coveralls
|
|
||||||
|
|
||||||
- <<: *pytools-vm
|
- <<: *pytools-vm
|
||||||
name: "tools-py35"
|
name: "tools-py35"
|
||||||
|
|
Loading…
Reference in New Issue