Skip to content

Commit

Permalink
Add manifest to tox
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Apr 24, 2018
1 parent b176202 commit 13e2b64
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = coverage-clean, docs, py, coverage-report, rst-lint
envlist = coverage-clean, docs, py, coverage-report, rst-lint, manifest

[testenv]
commands = coverage run -p -m pytest --durations=20 tests {posargs}
Expand All @@ -20,6 +20,11 @@ deps =
restructuredtext_lint
pygments

[testenv:manifest]
deps = check-manifest
skip_install = true
commands = check-manifest

[testenv:docs]
changedir = docs
deps =
Expand Down

0 comments on commit 13e2b64

Please sign in to comment.