Skip to content

Commit

Permalink
Add coveralls package
Browse files Browse the repository at this point in the history
  • Loading branch information
bfbachmann committed Jun 24, 2018
1 parent fa1026e commit 87e83d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions test-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ isort==4.3.4
pytest-asyncio==0.8.0
aiohttp==3.3.0
pytest-cov==2.5.1
coveralls==1.3.0
11 changes: 8 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ astroid==1.6.4 # via pylint
async-timeout==3.0.0 # via aiohttp
atomicwrites==1.1.5 # via pytest
attrs==18.1.0 # via aiohttp, pytest
chardet==3.0.4 # via aiohttp
coverage==4.5.1 # via pytest-cov
certifi==2018.4.16 # via requests
chardet==3.0.4 # via aiohttp, requests
coverage==4.5.1 # via coveralls, pytest-cov
coveralls==1.3.0
docopt==0.6.2 # via coveralls
flake8==3.5.0
idna-ssl==1.0.1 # via aiohttp
idna==2.6 # via idna-ssl, yarl
idna==2.6 # via idna-ssl, requests, yarl
isort==4.3.4
lazy-object-proxy==1.3.1 # via astroid
mccabe==0.6.1 # via flake8, pylint
Expand All @@ -27,7 +30,9 @@ pylint==1.9.1
pytest-asyncio==0.8.0
pytest-cov==2.5.1
pytest==3.6.0 # via pytest-asyncio, pytest-cov
requests==2.19.1 # via coveralls
six==1.11.0 # via astroid, more-itertools, pylint, pytest
urllib3==1.23 # via requests
wrapt==1.10.11 # via astroid
yapf==0.22.0
yarl==1.2.4 # via aiohttp

0 comments on commit 87e83d0

Please sign in to comment.