diff options
| author | Michael Merickel <michael@merickel.org> | 2017-06-29 00:37:07 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2017-06-29 00:37:07 -0500 |
| commit | efb35f1e6ea296499274ed8fc5c2d023f8ed71e6 (patch) | |
| tree | ceab05571416b62cd47652e97175fa0c1f8f2bc4 /tox.ini | |
| parent | 2ec353522bffb4e686231d6b0b380f86ab901a54 (diff) | |
| download | pyramid-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.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
