Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
Added missing `aiofiles` to tox.ini and cleaned up requirements files.
  • Loading branch information
brian-bates committed Feb 5, 2017
1 parent 6f0b095 commit 82f383b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
24 changes: 12 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
httptools
ujson
uvloop
aiohttp
aiocache
pytest
aiofiles
aiohttp
beautifulsoup4
bottle
coverage
tox
falcon
gunicorn
bottle
httptools
kyoukai
falcon
tornado
aiofiles
pytest
recommonmark
sphinx
sphinx_rtd_theme
recommonmark
beautifulsoup4
tornado
tox
ujson
uvloop
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiofiles
httptools
ujson
uvloop
aiofiles
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
[tox]

envlist = py35, py36, flake8

[travis]

[travis]
python =
3.5: py35, flake8
3.6: py36, flake8

[testenv]

[testenv]
deps =
aiofiles
aiohttp
pytest
beautifulsoup4

commands =
pytest tests {posargs}


[testenv:flake8]
deps =
flake8
Expand Down

0 comments on commit 82f383b

Please sign in to comment.