summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-29 00:37:07 -0500
committerMichael Merickel <michael@merickel.org>2017-06-29 00:37:07 -0500
commitefb35f1e6ea296499274ed8fc5c2d023f8ed71e6 (patch)
treeceab05571416b62cd47652e97175fa0c1f8f2bc4 /tox.ini
parent2ec353522bffb4e686231d6b0b380f86ab901a54 (diff)
downloadpyramid-efb35f1e6ea296499274ed8fc5c2d023f8ed71e6.tar.gz
pyramid-efb35f1e6ea296499274ed8fc5c2d023f8ed71e6.tar.bz2
pyramid-efb35f1e6ea296499274ed8fc5c2d023f8ed71e6.zip
avoid installing the sdist in certain tox environments
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 39132d9ff..4e1b4f728 100644
--- a/tox.ini
+++ b/tox.ini
@@ -52,6 +52,7 @@ commands =
deps = virtualenv
[testenv:lint]
+skip_install = True
basepython = python3.5
commands =
flake8 pyramid/
@@ -63,6 +64,7 @@ deps =
check-manifest
[testenv:docs]
+skip_install = True
basepython = python3.5
whitelist_externals = make
commands =
@@ -70,6 +72,7 @@ commands =
make -C docs doctest html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E"
[testenv:pdf]
+skip_install = True
basepython = python3.5
whitelist_externals = make
commands =
@@ -96,6 +99,7 @@ setenv =
COVERAGE_FILE=.coverage.py3
[testenv:coverage]
+skip_install = True
basepython = python3.5
commands =
coverage erase