Run py3.7 in CI

py3.7_tweaks
Tyler Goodlet 2018-08-07 08:53:03 -04:00
parent 5e23ed20e5
commit 81c284272b
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