mirror of
https://github.com/graphql-python/graphene.git
synced 2025-09-21 11:22:33 +03:00
Seperate Python3.6+ tests to their own folder
This commit is contained in:
parent
079798b3b4
commit
64810023f8
3
tox.ini
3
tox.ini
|
@ -10,7 +10,8 @@ setenv =
|
|||
PYTHONPATH = .:{envdir}
|
||||
commands =
|
||||
py{27,py}: py.test --cov=graphene graphene examples {posargs}
|
||||
py{35,36,37}: 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}
|
||||
|
||||
[testenv:pre-commit]
|
||||
basepython=python3.6
|
||||
|
|
Loading…
Reference in New Issue
Block a user