Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Mar 27, 2022
1 parent b8abea8 commit fc4deb9
Showing 1 changed file with 39 additions and 41 deletions.
80 changes: 39 additions & 41 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# * envlists
# * testenv:docs
# * testenv:build
# * testenv:lint
# * testenv:mypy
# * testenv:pyup
# * testenv:coverage
# * flake8
Expand Down Expand Up @@ -47,45 +45,6 @@ commands =
twine check dist/*.tar.gz dist/*.whl
check-wheel-contents dist/

[testenv:lint]
basepython = python3.6
changedir = {toxinidir}
ignore_errors = True
skip_install = True
deps =
flake8>=3.8.2
flake8-2020>=1.6.0
flake8-builtins>=1.5.3
flake8-docstrings>=1.5.0
flake8-dunder-all>=0.1.1
flake8-encodings>=0.1.0
flake8-github-actions>=0.1.0
flake8-noqa>=1.1.0
flake8-pyi>=20.10.0
flake8-pytest-style>=1.3.0
flake8-quotes>=3.3.0
flake8-slots>=0.1.0
flake8-sphinx-links>=0.0.4
flake8-strftime>=0.1.1
flake8-typing-imports>=1.10.0
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
pydocstyle>=6.0.0
pygments>=2.7.1
importlib_metadata<4.5.0; python_version<'3.8'
commands = python3 -m flake8_rst_docstrings_sphinx src/pyms_nist_search tests MoNA_GCMS_Library --allow-toolbox {posargs}

[testenv:mypy]
basepython = python3.6
ignore_errors = True
changedir = {toxinidir}
deps =
mypy==0.931
-r{toxinidir}/tests/requirements.txt
-r{toxinidir}/stubs.txt
commands = mypy src/pyms_nist_search tests MoNA_GCMS_Library {posargs}

[testenv:pyup]
basepython = python3.6
skip_install = True
Expand Down Expand Up @@ -159,6 +118,45 @@ toplevel = pyms_nist_search
addopts = --color yes --durations 25
timeout = 300
[testenv:lint]
basepython = python3.6
changedir = {toxinidir}
ignore_errors = True
skip_install = True
deps =
flake8>=3.8.2
flake8-2020>=1.6.0
flake8-builtins>=1.5.3
flake8-docstrings>=1.5.0
flake8-dunder-all>=0.1.1
flake8-encodings>=0.1.0
flake8-github-actions>=0.1.0
flake8-noqa>=1.1.0
flake8-pyi>=20.10.0
flake8-pytest-style>=1.3.0
flake8-quotes>=3.3.0
flake8-slots>=0.1.0
flake8-sphinx-links>=0.0.4
flake8-strftime>=0.1.1
flake8-typing-imports>=1.10.0
git+https://github.com/domdfcoding/flake8-rst-docstrings-sphinx.git
git+https://github.com/domdfcoding/flake8-rst-docstrings.git
git+https://github.com/python-formate/flake8-unused-arguments.git@magic-methods
pydocstyle>=6.0.0
pygments>=2.7.1
importlib_metadata<4.5.0; python_version<'3.8'
commands = python3 -m flake8_rst_docstrings_sphinx src/pyms_nist_search tests MoNA_GCMS_Library --allow-toolbox {posargs}
[testenv:mypy]
basepython = python3.6
ignore_errors = True
changedir = {toxinidir}
deps =
mypy==0.931
-r{toxinidir}/tests/requirements.txt
-r{toxinidir}/stubs.txt
commands = mypy src/pyms_nist_search tests MoNA_GCMS_Library {posargs}
[testenv]
setenv =
PYTHONDEVMODE=1
Expand Down

0 comments on commit fc4deb9

Please sign in to comment.