Add (tox) tests for 3.8 and 3.9

This commit is contained in:
Christian Glacet 2021-05-20 15:07:17 +02:00
parent 3726fa7574
commit 210e9a9c4e

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = flake8,py27,py34,py35,py36,py37,pre-commit,pypy,mypy envlist = flake8,py27,py34,py35,py36,py37,py38,py39,pre-commit,pypy,mypy
skipsdist = true skipsdist = true
[testenv] [testenv]
@ -12,6 +12,7 @@ commands =
py{27,py}: py.test --cov=graphene graphene examples {posargs} py{27,py}: py.test --cov=graphene graphene examples {posargs}
py{35}: py.test --cov=graphene graphene examples tests_asyncio {posargs} py{35}: py.test --cov=graphene graphene examples tests_asyncio {posargs}
py{36,37}: py.test --cov=graphene graphene examples tests_asyncio tests_py36 {posargs} py{36,37}: py.test --cov=graphene graphene examples tests_asyncio tests_py36 {posargs}
py{38,39}: py.test --cov=graphene graphene examples tests_asyncio tests_py36 {posargs}
[testenv:pre-commit] [testenv:pre-commit]
basepython=python3.7 basepython=python3.7