diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,6 @@ [tox] minversion = 2.4 -envlist = py27,pypy,py34,py35,py36,py37,docs,pep8,py3pep8 +envlist = py27,pypy,py34,py35,py36,py37,docs,pep8,packaging [testenv] extras = @@ -60,7 +60,7 @@ commands = [testenv:pep8] basepython = python3 extras = - pep8test + pep8test commands = flake8 . @@ -71,6 +71,12 @@ deps = commands = pytest --capture=no --strict --random {posargs} +[testenv:packaging] +deps = + check-manifest +commands = + check-manifest + [flake8] ignore = W504 exclude = .tox,*.egg,.git,_build,.hypothesis |