From 4e60c66a9905074c6c173aa1a866178c48ef4305 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 19 Jan 2020 12:52:49 +0100 Subject: [PATCH] ci: remove py34 from AppVeyor It is failing there, and we do not want to put effort into supporting it. Ref: https://github.com/pytest-dev/py/pull/226#issuecomment-575996223 --- appveyor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 4fc8afec..ecb64593 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,9 +4,6 @@ environment: - TOXENV: "py27-pytest29" - TOXENV: "py27-pytest30" - TOXENV: "py27-pytest31" - - TOXENV: "py34-pytest29" - - TOXENV: "py34-pytest30" - - TOXENV: "py34-pytest31" - TOXENV: "py35-pytest29" - TOXENV: "py35-pytest30" - TOXENV: "py35-pytest31"