From efb35f1e6ea296499274ed8fc5c2d023f8ed71e6 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Thu, 29 Jun 2017 00:37:07 -0500 Subject: avoid installing the sdist in certain tox environments --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tox.ini') 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 -- cgit v1.2.3