summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2018-04-24 01:04:21 -0500
committerMichael Merickel <michael@merickel.org>2018-04-24 01:04:21 -0500
commit5fce6fd72960ed0893b1d77c8db9efd64a5a81ab (patch)
treef052e84e9b6753d4c4ef167311ea3118524809b5 /tox.ini
parent679b51bf76843a1d5c6660fa87cdeec737942b23 (diff)
downloadpyramid-5fce6fd72960ed0893b1d77c8db9efd64a5a81ab.tar.gz
pyramid-5fce6fd72960ed0893b1d77c8db9efd64a5a81ab.tar.bz2
pyramid-5fce6fd72960ed0893b1d77c8db9efd64a5a81ab.zip
ensure the pyramid deps are installed from source, not the dist in pypi
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 4e1b4f728..50ff4f166 100644
--- a/tox.ini
+++ b/tox.ini
@@ -64,7 +64,6 @@ deps =
check-manifest
[testenv:docs]
-skip_install = True
basepython = python3.5
whitelist_externals = make
commands =
@@ -72,7 +71,6 @@ commands =
make -C docs doctest html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E"
[testenv:pdf]
-skip_install = True
basepython = python3.5
whitelist_externals = make
commands =