Skip to content
Snippets Groups Projects
Commit 6f08ce31dff6 authored by Nsukami Patrick <ndkpatt at gmail dot com>'s avatar Nsukami Patrick
Browse files

Tox: add check-manifest environment

parent f92ba8352ee4
No related branches found
No related tags found
No related merge requests found
[tox]
envlist = py27,py3,flake8
envlist = py27,py3,flake8,check-manifest
[testenv]
deps =
......@@ -7,6 +7,13 @@
commands =
{envpython} -m pytest {posargs}
[testenv:check-manifest]
skip_install = true
deps =
check-manifest
commands =
{envpython} -m check_manifest
[pytest]
python_files = *test_*.py
testpaths = test
......
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