Skip to content

Commit

Permalink
Remove the testenv:packaging sections from tox.ini
Browse files Browse the repository at this point in the history
Why: Because we no longer need it and it's covered in tox -e lint now.
  • Loading branch information
pradyunsg committed Sep 27, 2019
1 parent 33b0240 commit 87a3e75
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,6 @@ commands =
# That is why we have a "-c docs/html" in the next line.
sphinx-build -W -d {envtmpdir}/doctrees/man -b man docs/man docs/build/man -c docs/html

[testenv:packaging]
skip_install = True
deps =
check-manifest
readme_renderer
commands_pre =
commands =
check-manifest
python setup.py check -m -r -s

[testenv:lint]
skip_install = True
commands_pre =
Expand Down

0 comments on commit 87a3e75

Please sign in to comment.