Skip to content

Commit

Permalink
Don't let check-manifest fail (links)
Browse files Browse the repository at this point in the history
Links were not recognized by check-manifest. See mgedmin/check-manifest#69
  • Loading branch information
tomschr committed Jun 5, 2016
1 parent d53896c commit cce64d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ skip_install = true
usedevelop = false
commands =
python3 setup.py check --strict --metadata --restructuredtext
check-manifest {toxinidir}
- check-manifest {toxinidir}
flake8 --statistics -j auto --count src tests setup.py
isort --verbose --check-only --diff --recursive src setup.py

0 comments on commit cce64d9

Please sign in to comment.