Seperate Python3.6+ tests to their own folder

This commit is contained in:
Eran Kampf 2019-05-31 13:32:41 -07:00
parent 079798b3b4
commit 64810023f8
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ setenv =
PYTHONPATH = .:{envdir} PYTHONPATH = .:{envdir}
commands = commands =
py{27,py}: py.test --cov=graphene graphene examples {posargs} 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] [testenv:pre-commit]
basepython=python3.6 basepython=python3.6