Skip to content

Commit

Permalink
tox: removed check
Browse files Browse the repository at this point in the history
  • Loading branch information
grafuls committed May 24, 2023
1 parent 6ab0286 commit c425013
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
4 changes: 0 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/ignor

.. |commits-since| image:: https://img.shields.io/github/commits-since/grafuls/python-ignor/v0.0.0.svg
:alt: Commits since latest release
:target: https://github.com/grafuls/python-ignor/compare/v0.0.0...main



.. end-badges
Expand Down
4 changes: 1 addition & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ Installation

At the command line::

git clone [email protected]:grafuls/python-ignor.git
cd python-ignor
pip install .
pip install https://github.com/grafuls/python-ignor/archive/refs/tags/latest.zip
15 changes: 0 additions & 15 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ passenv =
[tox]
envlist =
clean,
check,
docs,
{py37,py38,py39,py310,py311,pypy37,pypy38,pypy39},
report
Expand Down Expand Up @@ -41,20 +40,6 @@ deps =
commands =
{posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv tests}

[testenv:check]
deps =
docutils
check-manifest
pre-commit
readme-renderer
pygments
isort
skip_install = true
commands =
python setup.py check --strict --metadata --restructuredtext
check-manifest .
pre-commit run --all-files --show-diff-on-failure

[testenv:docs]
usedevelop = true
deps =
Expand Down

0 comments on commit c425013

Please sign in to comment.