Update .travis.yml, build using Python 3.7-dev instead of 3.5 (#727)

This commit is contained in:
Mariatta 2018-07-10 11:04:43 -07:00 committed by GitHub
parent 3c0a1e18d3
commit 765dc66abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
language: python
python:
- 3.5
- "3.7-dev"
sudo: false
cache: pip