Skip to content

Commit

Permalink
Merge pull request #475 from jakirkham/tst_py37
Browse files Browse the repository at this point in the history
Support Python 3.7
  • Loading branch information
jakirkham authored Dec 22, 2018
2 parents 1f23437 + f84a7e2 commit 9427843
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ env:
- PYTHON_VERSION="3.5" USE_GPL=true
- PYTHON_VERSION="3.6" USE_GPL=false
- PYTHON_VERSION="3.6" USE_GPL=true
- PYTHON_VERSION="3.7" USE_GPL=false
- PYTHON_VERSION="3.7" USE_GPL=true
before_install:
# If `$DEPLOY_DOCS` is unset, make it `false` by default.
- if [ -z $DEPLOY_DOCS ]; then DEPLOY_DOCS=false; fi
Expand Down

0 comments on commit 9427843

Please sign in to comment.