Add Python 3.7 support to Travis and Tox

This commit is contained in:
MinchinWeb 2018-11-02 15:33:57 -06:00
commit dbdbd43511
2 changed files with 7 additions and 1 deletions

View file

@ -12,6 +12,11 @@ matrix:
- python: 3.6
env:
- TOX_ENV=py36
- python: 3.7
sudo: true
dist: xenial
env:
- TOX_ENV=py37
addons:
apt_packages:
- pandoc