Skip to content

Commit

Permalink
Merge pull request #284 from andyfaff/ci
Browse files Browse the repository at this point in the history
CI: include py37 in travisCI matrix
  • Loading branch information
dfm committed Nov 28, 2018
2 parents 16c3f76 + 98a4053 commit 8e73203
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 8e73203

Please sign in to comment.