Update .travis.yml, build using Python 3.7-dev instead of 3.5 (#727)
This commit is contained in:
parent
3c0a1e18d3
commit
765dc66abd
|
@ -1,6 +1,6 @@
|
|||
language: python
|
||||
python:
|
||||
- 3.5
|
||||
- "3.7-dev"
|
||||
|
||||
sudo: false
|
||||
cache: pip
|
||||
|
|
Loading…
Reference in New Issue