2016-10-15 10:56:34 +01:00
|
|
|
[tox]
|
|
|
|
|
2016-12-26 03:05:11 +00:00
|
|
|
envlist = py35, py36, flake8
|
|
|
|
|
|
|
|
[travis]
|
|
|
|
|
|
|
|
python =
|
|
|
|
3.5: py35, flake8
|
|
|
|
3.6: py36, flake8
|
2016-10-15 10:56:34 +01:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
|
|
|
|
deps =
|
|
|
|
aiohttp
|
|
|
|
pytest
|
|
|
|
|
|
|
|
commands =
|
2016-12-26 03:05:11 +00:00
|
|
|
pytest tests {posargs}
|
2016-10-15 10:56:34 +01:00
|
|
|
|
2016-12-24 22:06:53 +00:00
|
|
|
[testenv:flake8]
|
|
|
|
deps =
|
|
|
|
flake8
|
|
|
|
|
|
|
|
commands =
|
|
|
|
flake8 sanic
|