run tests in py38

This commit is contained in:
Eran Kampf 2020-08-07 14:24:57 -07:00
parent 0439d63b72
commit 481491db51

View File

@ -8,7 +8,7 @@ deps =
setenv = setenv =
PYTHONPATH = .:{envdir} PYTHONPATH = .:{envdir}
commands = commands =
py{36,37}: pytest --cov=graphene graphene examples {posargs} py{36,37,38}: pytest --cov=graphene graphene examples {posargs}
[testenv:pre-commit] [testenv:pre-commit]
basepython=python3.7 basepython=python3.7