Skip to content

Commit

Permalink
Merge pull request pygridgen#54 from phobson/remove-3.4-build
Browse files Browse the repository at this point in the history
attempt 2 at python 3.7 biuld
  • Loading branch information
phobson authored Sep 12, 2019
2 parents 9ef90fe + e7f45ac commit 6dd1fd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:
- python: 2.7
env:
- COVERAGE=false
- ARGS=""
- ARGS=""
- python: 3.5
env:
- COVERAGE=false
Expand All @@ -15,6 +15,9 @@ matrix:
- COVERAGE=false
- ARGS=""
- python: 3.7
language: python
sudo: required
dist: xenial
env:
- COVERAGE=true
- ARGS="--strict"
Expand Down

0 comments on commit 6dd1fd3

Please sign in to comment.