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 language: python
python:
- '3.6' matrix:
# setup.py reading README breaks this? include:
# - pypy - python: 3.6
# - nightly - python: 3.7
dist: xenial
sudo: required
install: install:
- cd $TRAVIS_BUILD_DIR - cd $TRAVIS_BUILD_DIR