sanic/tox.ini

29 lines
293 B
INI
Raw Normal View History

[tox]
2016-12-26 03:05:11 +00:00
envlist = py35, py36, flake8
[travis]
2016-12-26 03:05:11 +00:00
python =
3.5: py35, flake8
3.6: py36, flake8
[testenv]
deps =
aiofiles
aiohttp
pytest
2017-01-13 01:03:35 +00:00
beautifulsoup4
2017-02-10 07:36:15 +00:00
websockets
commands =
2016-12-26 03:05:11 +00:00
pytest tests {posargs}
[testenv:flake8]
deps =
flake8
commands =
flake8 sanic