aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2018-05-17 00:44:23 +0100
committerAdam Spiers <git@adamspiers.org>2018-05-17 00:45:04 +0100
commit1490e4e519f72a6dc25ca6cd19943ada89d0b373 (patch)
treed3abafde771d1587fe9b8792fd671534b956dc46 /tox.ini
parent62e1d1a530a493a5639d21bb99639ee2fd671482 (diff)
downloadgit-deps-1490e4e519f72a6dc25ca6cd19943ada89d0b373.tar.gz
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.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
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