Skip to content

Commit

Permalink
update travis config to drop python 3.5, add 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
briancappello committed Nov 23, 2020
1 parent bfb43e8 commit 342a1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ dist: xenial
sudo: required
language: python
python:
- 3.5
- 3.6
- 3.7
- 3.8

install:
- pip install tox-travis
Expand Down

0 comments on commit 342a1ba

Please sign in to comment.