Skip to content

Commit

Permalink
Test on Python 3.6+ to avoid the degrading Python 3.5 environments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 25, 2020
1 parent d2dd174 commit 65298ec
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 @@ -3,8 +3,8 @@ language: python

python:
- 2.7
- 3.5
- &latest_py3 3.7
- 3.6
- &latest_py3 3.8

jobs:
fast_finish: true
Expand Down

0 comments on commit 65298ec

Please sign in to comment.