summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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