mirror of
https://github.com/graphql-python/graphene.git
synced 2025-04-25 20:13:40 +03:00
actually run the tests in python 3.12 and 3.13
This commit is contained in:
parent
dc3b2e49c1
commit
b4cb76cf18
4
tox.ini
4
tox.ini
|
@ -5,10 +5,8 @@ skipsdist = true
|
|||
[testenv]
|
||||
deps =
|
||||
.[test]
|
||||
setenv =
|
||||
PYTHONPATH = .:{envdir}
|
||||
commands =
|
||||
py{38,39,310,311,12,13}: pytest --cov=graphene graphene --cov-report=term --cov-report=xml examples {posargs}
|
||||
pytest --cov=graphene graphene --cov-report=term --cov-report=xml examples {posargs}
|
||||
|
||||
[testenv:pre-commit]
|
||||
basepython = python3.10
|
||||
|
|
Loading…
Reference in New Issue
Block a user