Simplify the tox asyncio entries.

This commit is contained in:
Andrey Rakhmatullin 2019-12-27 00:05:14 +05:00
parent 37ac47ff80
commit 30ebd05a5f
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ commands =
[asyncio]
commands =
py.test --cov=scrapy --cov-report= --reactor=asyncio {posargs:scrapy tests}
{[testenv]commands} --reactor=asyncio
[testenv:py35-asyncio]
basepython = python3.5