Skip to content

Commit

Permalink
Update requirements and tox settings
Browse files Browse the repository at this point in the history
  • Loading branch information
robertopreste committed Aug 31, 2019
1 parent 733285f commit f50b32d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
pip==19.1.1
bump2version==0.5.10
wheel==0.33.4
pip==19.2.23
bump2version==0.5.11
wheel==0.33.6
watchdog==0.9.0
flake8==3.7.7
flake8==3.7.8
tox==3.13.2
coverage==4.5.3
Sphinx==2.1.2
coverage==4.5.4
Sphinx==2.2.0
sphinxcontrib-napoleon==0.7
twine==1.13.0
pytest==5.0.0
pytest==5.1.2
pytest-runner==5.1
pytest-cov==2.7.1

requests==2.21.0
pandas==0.24.2
requests==2.22.0
pandas==0.25.1
asyncio==3.4.3
aiohttp==3.5.4

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python =
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --ignore F401,E501,E303 apyhgnc
commands = flake8 --ignore F401,E501,E303,W291,W293 apyhgnc

[testenv]
setenv =
Expand Down

0 comments on commit f50b32d

Please sign in to comment.