Skip to content
Snippets Groups Projects
Commit 00475c2cb544 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

[pkg] Add check-manifest target in tox.ini

parent dffc9e8cb00c
No related branches found
No related tags found
No related merge requests found
[tox]
envlist = py27,flake8
envlist = py27, flake8, check-manifest
[testenv]
sitepackages = True
......@@ -17,3 +17,10 @@
[flake8]
max-line-length = 100
exclude = .tox
[testenv:check-manifest]
skip_install = true
deps =
check-manifest
commands =
{envpython} -m check_manifest {toxinidir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment