# HG changeset patch
# User Nsukami Patrick <ndkpatt at gmail dot com>
# Date 1557994123 0
#      Thu May 16 08:08:43 2019 +0000
# Node ID 6f08ce31dff63a46dd855fa10134326fee89d348
# Parent  f92ba8352ee484f45801bd4f607c5d5dd27e1842
Tox: add check-manifest environment

diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [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