Skip to content

Commit

Permalink
Travis-CI: move to Python 3.7 and 3.8
Browse files Browse the repository at this point in the history
Drop tests on Python 2.7 and Python 3.6.
  • Loading branch information
LudovicRousseau committed Dec 8, 2020
1 parent 84f2d25 commit 69ed3e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: python
sudo: true

python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"

addons:
apt:
Expand Down

0 comments on commit 69ed3e8

Please sign in to comment.