Skip to content

Commit cd981e3

Browse files
committed
travis: remove python 3.6
Python 3.6 support ended long time ago. Don't test anymore.
1 parent 9a052db commit cd981e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,17 +245,11 @@ matrix:
245245
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
246246
- coverage html
247247

248-
- <<: *pytools-vm
249-
name: "tools-py36"
250-
env: NAME=tools-py3.6
251-
python: 3.6
252-
253248
- <<: *pytools-vm
254249
name: "tools-py37"
255250
env: NAME=tools-py3.7
256251
python: 3.7
257252

258-
259253
### Extended Tests ###
260254
- &extended-vm
261255
stage: "Extended"

0 commit comments

Comments
 (0)