Skip to content

Commit

Permalink
ensure the pyramid deps are installed from source, not the dist in pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Apr 24, 2018
1 parent 679b51b commit 5fce6fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,13 @@ deps =
check-manifest

[testenv:docs]
skip_install = True
basepython = python3.5
whitelist_externals = make
commands =
pip install pyramid[docs]
make -C docs doctest html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E"

[testenv:pdf]
skip_install = True
basepython = python3.5
whitelist_externals = make
commands =
Expand Down

0 comments on commit 5fce6fd

Please sign in to comment.