From 481491db51d38969757e9c4fbcaded00548501f9 Mon Sep 17 00:00:00 2001 From: Eran Kampf Date: Fri, 7 Aug 2020 14:24:57 -0700 Subject: [PATCH] run tests in py38 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b0298fea..dd922c46 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ deps = setenv = PYTHONPATH = .:{envdir} commands = - py{36,37}: pytest --cov=graphene graphene examples {posargs} + py{36,37,38}: pytest --cov=graphene graphene examples {posargs} [testenv:pre-commit] basepython=python3.7