Bump version to Python 3.7 (#121)

* bump version

* enable 3.7 in travis
This commit is contained in:
ZX
2019-02-09 21:40:05 -05:00
committed by Robert Zajac
parent 82d08a3b14
commit 732a15ec93
4 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,10 @@
language: python
python:
- "3.6"
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
install:
- pip install --upgrade pip