Skip to content

Commit

Permalink
travis: remove python 3.6
Browse files Browse the repository at this point in the history
Python 3.6 support ended long time ago. Don't test anymore.
  • Loading branch information
0xc0170 committed Jan 4, 2021
1 parent 9a052db commit cd981e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,17 +245,11 @@ matrix:
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
- coverage html

- <<: *pytools-vm
name: "tools-py36"
env: NAME=tools-py3.6
python: 3.6

- <<: *pytools-vm
name: "tools-py37"
env: NAME=tools-py3.7
python: 3.7


### Extended Tests ###
- &extended-vm
stage: "Extended"
Expand Down

0 comments on commit cd981e3

Please sign in to comment.