From 1490e4e519f72a6dc25ca6cd19943ada89d0b373 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 17 May 2018 00:44:23 +0100 Subject: add sdist environment to tox This allows building of the sdist via tox -e sdist, which will place the result in ~/.tox/distshare for use by git-explode. --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 28b064f..2adcad0 100644 --- a/tox.ini +++ b/tox.ini @@ -24,3 +24,6 @@ commands = flake8 setup.py git_deps tests # Options for pytest [pytest] addopts = -rsxXf + +[testenv:sdist] +usedevelop = False -- cgit