From 5fce6fd72960ed0893b1d77c8db9efd64a5a81ab Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 24 Apr 2018 01:04:21 -0500 Subject: ensure the pyramid deps are installed from source, not the dist in pypi --- tox.ini | 2 -- 1 file changed, 2 deletions(-) (limited to 'tox.ini') 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 = -- cgit v1.2.3