summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-27 23:11:44 -0500
committerMichael Merickel <michael@merickel.org>2017-06-28 00:35:47 -0500
commite42ba531963c35a89818bf57f08b0ab87c04e8bf (patch)
treec2de9751babe30009a7c712ee83d1e11f222974e /tox.ini
parent7c5880be8dcdd22b51920d2248055db3f386565e (diff)
downloadpyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.tar.gz
pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.tar.bz2
pyramid-e42ba531963c35a89818bf57f08b0ab87c04e8bf.zip
add a manifest and a tox step to check it
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini14
1 files changed, 11 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 242decfc4..61c39369d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,8 @@
[tox]
envlist =
- py27,py34,py35,py36,py37,pypy,
- docs,pep8,
+ py27,py34,py35,py36,pypy,
+ docs,pep8,sdist,
{py2,py3}-cover,coverage,
-skip_missing_interpreters = True
[testenv]
# Most of these are defaults but if you specify any you can't fall back
@@ -59,6 +58,15 @@ commands =
deps =
flake8
+[testenv:sdist]
+basepython = python3.5
+commands =
+ python setup.py check -r -s -m
+ check-manifest
+deps =
+ readme_renderer
+ check-manifest
+
[testenv:docs]
basepython = python3.5
whitelist_externals = make