Skip to content

Commit

Permalink
Remove unneeded docs install in tox sections
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jamadden committed Jul 27, 2017
1 parent 9c87b4b commit 399c1bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = py27,pypy,py34,py35,py36,py27-zodb,pypy-zodb,py27-pure-zodb,docs,cover
commands =
zope-testrunner --test-path=src []
deps =
.[test,docs]
.[test]

[testenv:py27-zodb]
basepython =
Expand Down Expand Up @@ -47,3 +47,5 @@ basepython =
python2.7
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
deps =
.[docs]

0 comments on commit 399c1bd

Please sign in to comment.