Skip to content

Commit

Permalink
attempt 2 at python 3.7 build
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson committed Sep 11, 2019
1 parent 2b073fa commit e7f45ac
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 e7f45ac

Please sign in to comment.