Skip to content

Commit

Permalink
Merge pull request #154 from python-hyper/requires-io-master
Browse files Browse the repository at this point in the history
[requires.io] dependency update on master branch
  • Loading branch information
wsanchez committed Apr 6, 2021
2 parents 77433f9 + 8f833b6 commit 2efaf03
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 50 deletions.
6 changes: 6 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[run]
branch = True
omit = */flycheck_*

[report]
precision = 2
exclude_lines =
if TYPE_CHECKING
\s*\.\.\.$
39 changes: 0 additions & 39 deletions .travis.yml

This file was deleted.

22 changes: 11 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ basepython = {[default]basepython}
skip_install = True

deps =
flake8-bugbear==20.11.1
flake8==3.8.4
flake8-bugbear==21.4.3
flake8==3.9.0
mccabe==0.6.1
pep8-naming==0.11.1
pycodestyle==2.6.0
pydocstyle==5.1.1
pyflakes==2.2.0
pycodestyle==2.7.0
pydocstyle==6.0.0
pyflakes==2.3.1

commands =
flake8 {posargs:setup.py src/{env:PY_MODULE}}
Expand Down Expand Up @@ -187,7 +187,7 @@ description = run Mypy (static type checker)
basepython = {[default]basepython}

deps =
mypy==0.800
mypy==0.812

{[default]deps}

Expand Down Expand Up @@ -322,8 +322,8 @@ description = build documentation
basepython = {[default]basepython}

deps =
Sphinx==3.4.3
sphinx-rtd-theme==0.5.1
Sphinx==3.5.3
sphinx-rtd-theme==0.5.2

commands =
sphinx-build \
Expand All @@ -340,7 +340,7 @@ basepython = {[default]basepython}

deps =
{[testenv:docs]deps}
sphinx-autobuild==2020.9.1
sphinx-autobuild==2021.3.14

commands =
sphinx-autobuild \
Expand All @@ -364,8 +364,8 @@ skip_install = True

deps =
check-manifest==0.46
readme-renderer==28.0
twine==3.3.0
readme-renderer==29.0
twine==3.4.1

commands =
check-manifest
Expand Down

0 comments on commit 2efaf03

Please sign in to comment.