aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-05-27 14:08:07 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-27 14:08:07 -0400
commit828581d6eaf6123f93d5ccadd630340be66206dd (patch)
tree7da3304d33233d7aa98d0b4adec352a990ee9e92 /tox.ini
parent463348bc71b8737b6c620e97286468f3a5c1322f (diff)
downloadcryptography-828581d6eaf6123f93d5ccadd630340be66206dd.tar.gz
cryptography-828581d6eaf6123f93d5ccadd630340be66206dd.tar.bz2
cryptography-828581d6eaf6123f93d5ccadd630340be66206dd.zip
Added a new packaging test (#4899)
* Added a new packaging test * Fixed packaging job * typo * more fixes * one more
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