We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c52ad9 commit b8388cdCopy full SHA for b8388cd
.travis.yml
@@ -201,7 +201,7 @@ matrix:
201
name: "tools-py35"
202
env: NAME=tools-py3.5
203
language: python
204
- python: 3.5
+ python: 3.7
205
install:
206
# Install gcc
207
- source_pkg gcc
@@ -227,16 +227,6 @@ matrix:
227
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
228
- coverage html
229
230
- - <<: *pytools-vm
231
- name: "tools-py36"
232
- env: NAME=tools-py3.6
233
- python: 3.6
234
-
235
236
- name: "tools-py37"
237
- env: NAME=tools-py3.7
238
- python: 3.7
239
240
- &extended-vm
241
stage: "Pin validation"
242
name: "pinvalidate"
0 commit comments