sanic/tox.ini
Eli Uriegas 487e3352e4 Revert "fix async run, add tests"
This reverts commit 41da793b5a.
2017-01-31 07:30:17 -06:00

27 lines
265 B
INI

[tox]
envlist = py35, py36, flake8
[travis]
python =
3.5: py35, flake8
3.6: py36, flake8
[testenv]
deps =
aiohttp
pytest
beautifulsoup4
commands =
pytest tests {posargs}
[testenv:flake8]
deps =
flake8
commands =
flake8 sanic