TRAVIS: turn off upload python test code coverage

pull/10524/head
Qinghao Shi 2019-05-02 14:25:07 +01:00
parent d30d772047
commit 2f6078d829
1 changed files with 0 additions and 2 deletions

View File

@ -164,7 +164,6 @@ matrix:
pylint>=1.9,<2
hypothesis>=3,<4
coverage>=4.5,<5
coveralls>=1.5,<2
"
- python -m pip install --upgrade pip==18.1
- python -m pip install --upgrade setuptools==40.4.3
@ -176,7 +175,6 @@ matrix:
- python tools/test/pylint.py
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
- coverage html
- coveralls
- <<: *pytools-vm
name: "tools-py35"