Merge pull request #29 from tgoodlet/py3.7_tweaks

Python 3.7!
type_annotations
goodboy 2018-08-20 08:50:01 -04:00 committed by GitHub
commit d65cdc0153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -1,9 +1,11 @@
language: python
python:
- '3.6'
# setup.py reading README breaks this?
# - pypy
# - nightly
matrix:
include:
- python: 3.6
- python: 3.7
dist: xenial
sudo: required
install:
- cd $TRAVIS_BUILD_DIR