From df1278f36f901cbb7e1de90a4c023c169436a78f Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Fri, 20 Mar 2020 12:34:19 +0800 Subject: [PATCH 1/2] Add back python 3.5 in CI --- .travis.yml | 1 + HISTORY.rst | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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..6188451 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) * 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= From d553e5c2669bbeb3f5dbc115d2478c7fc6db4ae2 Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Fri, 20 Mar 2020 12:37:34 +0800 Subject: [PATCH 2/2] Update HISTORY.rst --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 6188451..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 (#174) +* Drop support for python 2 (#174, #183) * Support ``--only-show-errors`` to disable warnings (#179) * Add experimental tag (#180)