diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-03-19 11:50:36 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-19 11:50:36 -0600 |
commit | 646452b03f7a78fc8b30d86a6bb67b688deaa017 (patch) | |
tree | 0bbaa18115d2bf83a5474dd44b2f1fcd7f6d3a61 /.travis.yml | |
parent | b7a2b6917a78f12c7bf8f816c234b81d7b46cd8e (diff) | |
parent | d9c53d73b80b52b36dd2f71e1e47aeaf682742ec (diff) | |
download | numpy-646452b03f7a78fc8b30d86a6bb67b688deaa017.tar.gz |
Merge pull request #10740 from charris/add-python-3.7-tests
MAINT, TST: Fixes for Python 3.7
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1aa033caa..168a7a385 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,7 @@ python: - 3.4 - 3.5 - 3.6 + - 3.7-dev matrix: include: - python: 3.6 |