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 aiocache
pytest
coverage
tox
gunicorn
bottle
kyoukai
falcon
tornado
aiofiles aiofiles
aiohttp
beautifulsoup4
bottle
coverage
falcon
gunicorn
httptools
kyoukai
pytest
recommonmark
sphinx sphinx
sphinx_rtd_theme sphinx_rtd_theme
recommonmark tornado
beautifulsoup4 tox
ujson
uvloop

View File

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

View File

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