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