From 13e2b646df51d2fd730e89bb1470c8fb0341f95b Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Tue, 24 Apr 2018 14:20:58 +0200 Subject: [PATCH] Add manifest to tox --- tox.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9ee4759..e04d9a1 100644 --- a/tox.ini +++ b/tox.ini @@ -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} @@ -20,6 +20,11 @@ deps = restructuredtext_lint pygments +[testenv:manifest] +deps = check-manifest +skip_install = true +commands = check-manifest + [testenv:docs] changedir = docs deps =