Skip to content

Commit

Permalink
Updated travis to deprecate Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Nov 9, 2020
1 parent aee8d0e commit de89e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,10 +2,10 @@ language: python
dist: xenial
matrix:
include:
- python: 3.9
- python: 3.8
- python: 3.7
- python: 3.6
- python: 3.5
install:
- "pip install tox-travis tox==3.14.6 coveralls"
- "pip install -e ."
Expand Down

0 comments on commit de89e1f

Please sign in to comment.