mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-16 19:12:21 +03:00
Add (tox) tests for 3.8 and 3.9
This commit is contained in:
parent
3726fa7574
commit
210e9a9c4e
3
tox.ini
3
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[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
|
||||
|
||||
[testenv]
|
||||
|
@ -12,6 +12,7 @@ commands =
|
|||
py{27,py}: py.test --cov=graphene graphene examples {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{38,39}: py.test --cov=graphene graphene examples tests_asyncio tests_py36 {posargs}
|
||||
|
||||
[testenv:pre-commit]
|
||||
basepython=python3.7
|
||||
|
|
Loading…
Reference in New Issue
Block a user