Merge pull request #394 from brian-bates/tox-cleanup

Add missing dependency to tox.ini
This commit is contained in:
Eli Uriegas 2017-02-07 10:55:52 -06:00 committed by GitHub
commit 252f1add7e
3 changed files with 19 additions and 18 deletions

View File

@ -1,18 +1,18 @@
httptools
ujson
uvloop
aiohttp
aiocache
pytest
coverage
tox
gunicorn
bottle
kyoukai
falcon
tornado
aiofiles
aiohttp
beautifulsoup4
bottle
coverage
falcon
gunicorn
httptools
kyoukai
pytest
recommonmark
sphinx
sphinx_rtd_theme
recommonmark
beautifulsoup4
tornado
tox
ujson
uvloop

View File

@ -1,4 +1,4 @@
aiofiles
httptools
ujson
uvloop
aiofiles

View File

@ -1,16 +1,16 @@
[tox]
envlist = py35, py36, flake8
[travis]
[travis]
python =
3.5: py35, flake8
3.6: py36, flake8
[testenv]
[testenv]
deps =
aiofiles
aiohttp
pytest
beautifulsoup4
@ -18,6 +18,7 @@ deps =
commands =
pytest tests {posargs}
[testenv:flake8]
deps =
flake8