Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
tox: Use docs/requirements.txt instead of duplicating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Feb 15, 2015
1 parent f96fe2a commit e340ba0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Expand Up @@ -11,9 +11,7 @@ commands = py.test --junit-xml=xunit-{envname}.xml --cov=spotify --cov-report=te

[testenv:docs]
changedir = docs
deps =
mock
sphinx
deps = -rdocs/requirements.txt
commands = sphinx-build -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

[testenv:flake8]
Expand Down

0 comments on commit e340ba0

Please sign in to comment.