diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 09:35:45 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-11-07 09:36:14 -0800 |
commit | 1697b84861948fbc7d7cf443022c873c655c1224 (patch) | |
tree | d6a291d0a1946db4c62471c855de52ec44e70dce /.travis.yml | |
parent | b85c34559b601199262d654578bb2868f648d159 (diff) |
Add Python 3.7-dev to Travis matrix. Why not?
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 0e46ec84..c8a2816e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7-dev" - "pypy-5.6.0" install: # Self-install for setup.py-driven deps |