Skip to content

Commit

Permalink
Update Python Versions
Browse files Browse the repository at this point in the history
This patch updates the Python versions to test against, dropping the now
officially unsupported Python 2.7.
  • Loading branch information
lkiesow committed Jan 25, 2020
1 parent e942a08 commit 9440cca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dist: bionic

# https://devguide.python.org/#branchstatus
python:
- "2.7"
- "3.6"
- "3.7"
- 3.6
- 3.7
- 3.8

install:
- pip install flake8 python-coveralls coverage liccheck
Expand Down

0 comments on commit 9440cca

Please sign in to comment.