Skip to content

Commit

Permalink
Merge pull request pygridgen#53 from phobson/remove-3.4-build
Browse files Browse the repository at this point in the history
bump python 3.x builds
  • Loading branch information
phobson authored Sep 11, 2019
2 parents d7101e7 + 2b073fa commit 9ef90fe
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 9ef90fe

Please sign in to comment.