Skip to content

Commit

Permalink
bump python 3.x builds
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Sep 11, 2019
1 parent d7101e7 commit 2b073fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ matrix:
- python: 2.7
env:
- COVERAGE=false
- ARGS=""
- python: 3.4
- ARGS=""
- python: 3.5
env:
- COVERAGE=false
- ARGS=""
- python: 3.5
- python: 3.6
env:
- COVERAGE=false
- ARGS=""
- python: 3.6
- python: 3.7
env:
- COVERAGE=true
- ARGS="--strict"
Expand Down

0 comments on commit 2b073fa

Please sign in to comment.