Skip to content

Commit

Permalink
add Python 3.8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodv committed Feb 25, 2020
1 parent 1d67931 commit 9b3f195
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ language: python
python:
- "3.5"
- "3.6"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
- "3.7"
- "3.8"
cache: pip
addons:
apt:
Expand Down

0 comments on commit 9b3f195

Please sign in to comment.