Skip to content

Commit

Permalink
Remove python 2.7 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
remia committed Apr 24, 2021
1 parent c2ed665 commit efe2b10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ dist: xenial

language: python
python:
- '2.7'
- '3.6'
- '3.7'
- '3.8'
- '3.9'

env:
global:
Expand Down

0 comments on commit efe2b10

Please sign in to comment.