Skip to content

Commit

Permalink
CI: include py37 in travisCI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Nov 28, 2018
1 parent 9d04276 commit 98a4053
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ matrix:
- os: linux
env: PYTHON_VERSION=3.6 NUMPY_VERSION=1.12

# Linux, Python 3.7
- os: linux
env: PYTHON_VERSION=3.7 NUMPY_VERSION=1.15

# OSX
- os: osx
env: PYTHON_VERSION=2.7 NUMPY_VERSION=1.12
Expand Down

0 comments on commit 98a4053

Please sign in to comment.