Skip to content

Commit b8388cd

Browse files
committed
travis: Drop testing Python 3.5 and 3.6
A few libraries we depend on no longer support old versions of Python like 3.5 and 3.6. Remove testing for these old versions.
1 parent 4c52ad9 commit b8388cd

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ matrix:
201201
name: "tools-py35"
202202
env: NAME=tools-py3.5
203203
language: python
204-
python: 3.5
204+
python: 3.7
205205
install:
206206
# Install gcc
207207
- source_pkg gcc
@@ -227,16 +227,6 @@ matrix:
227227
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
228228
- coverage html
229229

230-
- <<: *pytools-vm
231-
name: "tools-py36"
232-
env: NAME=tools-py3.6
233-
python: 3.6
234-
235-
- <<: *pytools-vm
236-
name: "tools-py37"
237-
env: NAME=tools-py3.7
238-
python: 3.7
239-
240230
- &extended-vm
241231
stage: "Pin validation"
242232
name: "pinvalidate"

0 commit comments

Comments
 (0)