From dbdbd435118b39a27cf4d284f122f060d9ab3c17 Mon Sep 17 00:00:00 2001 From: MinchinWeb Date: Fri, 2 Nov 2018 15:33:57 -0600 Subject: [PATCH] Add Python 3.7 support to Travis and Tox --- .travis.yml | 5 +++++ tox.ini | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 077aeedb..23f267c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tox.ini b/tox.ini index b0dd4fd2..4d941aac 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{27,34,35,36},docs,flake8 +envlist = py{27,34,35,36,37},docs,flake8 [testenv] basepython = @@ -7,6 +7,7 @@ basepython = py34: python3.4 py35: python3.5 py36: python3.6 + py37: python3.7 passenv = * usedevelop=True deps =