another try

This commit is contained in:
Tobias Oberstein 2017-04-15 15:58:13 +02:00
parent 4d0487a151
commit 7ba4e9c946
1 changed files with 4 additions and 1 deletions

View File

@ -42,11 +42,14 @@ deps =
pypy-asyncio: trollius>=2.0
py33-asyncio: asyncio>=3.4.3
asyncio: pytest
asyncio: pytest-aiohttp
py33-asyncio: pytest_asyncio
py34-asyncio: pytest_asyncio
py35-asyncio: pytest_asyncio
; aiohttp requires Python 3.4.2+
py34-asyncio: pytest-aiohttp
py35-asyncio: pytest-aiohttp
commands =
sh -c "which python"
python -V