From c29ecd930461f3d0efee014c9d94136ee786d342 Mon Sep 17 00:00:00 2001 From: Patrick Storz Date: Sun, 17 May 2020 15:52:04 +0200 Subject: [PATCH] Run tests with Python 3.7 / 3.8 --- .travis.yml | 6 ++++-- tox.ini | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f937d8..991bb30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ python: - 3.4 - 3.5 - 3.6 + - 3.7 + - 3.8 install: - pip install tox-travis codecov @@ -18,9 +20,9 @@ matrix: fast_finish: true include: - - python: 3.6 + - python: 3.8 env: - TOXENV=flake8 after_success: - - coverage combine && codecov \ No newline at end of file + - coverage combine && codecov diff --git a/tox.ini b/tox.ini index 5c67f5b..b1b36b0 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,8 @@ envlist = py34 py35 py36 + py37 + py38 flake8 @@ -24,4 +26,4 @@ deps = flake8 commands = - flake8 --max-line-length=119 \ No newline at end of file + flake8 --max-line-length=119