Skip to content

Commit 88a315f

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TRAVIS: trun off upload python test code coverage
1 parent d30d772 commit 88a315f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ matrix:
164164
pylint>=1.9,<2
165165
hypothesis>=3,<4
166166
coverage>=4.5,<5
167-
coveralls>=1.5,<2
168167
"
169168
- python -m pip install --upgrade pip==18.1
170169
- python -m pip install --upgrade setuptools==40.4.3
@@ -176,7 +175,6 @@ matrix:
176175
- python tools/test/pylint.py
177176
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
178177
- coverage html
179-
- coveralls
180178

181179
- <<: *pytools-vm
182180
name: "tools-py35"

0 commit comments

Comments
 (0)