diff --git a/.travis.yml b/.travis.yml index c0b9447..2e89fca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ sudo: false language: python python: +- '3.5' - '3.6' - '3.7' - '3.8' diff --git a/HISTORY.rst b/HISTORY.rst index e034676..934cb0a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,7 +7,7 @@ Release History +++++ * Allow disabling color (#171) * Support yaml and yamlc output (#173) -* Drop support for python 2 and 3.5 (#174) +* Drop support for python 2 (#174, #183) * Support ``--only-show-errors`` to disable warnings (#179) * Add experimental tag (#180) diff --git a/tox.ini b/tox.ini index 95c8a67..8f39f38 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36,py37,py38 +envlist = py35,py36,py37,py38 [testenv] deps = -rrequirements.txt commands=