diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 |
