sanic/tox.ini
Brian Bates 82f383b64f Add missing dependency
Added missing `aiofiles` to tox.ini and cleaned up requirements files.
2017-02-05 11:44:01 -08:00

28 lines
278 B
INI

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