From 6cd2e7db0e7be4fd2394701438bd7bd3700e9b82 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Sat, 1 Feb 2020 16:33:46 +0100 Subject: [PATCH 1/2] tox: Add pytest-4 to the mix --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f3203507..71f6aeee 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] # Skip py37-pytest29 as such a combination does not work (#192) -envlist=py{27,35,36}-pytest{29,30,31},py37-pytest{30,31} +envlist=py{27,35,36}-pytest{29,30,31,4},py37-pytest{30,31,4} [testenv] commands= @@ -11,6 +11,7 @@ deps= pytest29: pytest~=2.9.0 pytest30: pytest~=3.0.0 pytest31: pytest~=3.1.0 + pytest4: pytest~=4.6.9 [testenv:py27-xdist] basepython=python2.7 From 36bf7f59eaa16271f9194f647804ab8596ae76b8 Mon Sep 17 00:00:00 2001 From: Marvin Schmidt Date: Sat, 1 Feb 2020 16:34:26 +0100 Subject: [PATCH 2/2] tox: Add py3.8 to the mix --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 71f6aeee..161d3d93 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] # Skip py37-pytest29 as such a combination does not work (#192) -envlist=py{27,35,36}-pytest{29,30,31,4},py37-pytest{30,31,4} +envlist=py{27,35,36}-pytest{29,30,31,4},py37-pytest{30,31,4},py38-pytest{31,4} [testenv] commands=