aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 8 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ba9e0833..e2243bbf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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