From 02b0d2d2ea663e6e88c615dec581a125a6074d23 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Wed, 24 Oct 2018 16:12:30 +1100 Subject: [PATCH] Added Python 3.7 to Travis/Tox. Signed-off-by: Brett Randall --- .travis.yml | 4 ++++ tox.ini | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0e8e715..dfad587 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ matrix: env: TOXENV=py27 - python: 3.6 env: TOXENV=py36 + - python: 3.7 + env: TOXENV=py37 + dist: xenial + sudo: true install: - travis_retry pip install tox diff --git a/tox.ini b/tox.ini index d46082e..8495eb8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py36 +envlist = py27,py36,py37 [testenv] commands=python test_httpbin.py