We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30d772 commit 2f6078dCopy full SHA for 2f6078d
.travis.yml
@@ -164,7 +164,6 @@ matrix:
164
pylint>=1.9,<2
165
hypothesis>=3,<4
166
coverage>=4.5,<5
167
- coveralls>=1.5,<2
168
"
169
- python -m pip install --upgrade pip==18.1
170
- python -m pip install --upgrade setuptools==40.4.3
@@ -176,7 +175,6 @@ matrix:
176
175
- python tools/test/pylint.py
177
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
178
- coverage html
179
- - coveralls
180
181
- <<: *pytools-vm
182
name: "tools-py35"
0 commit comments