Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
tox.ini: docs virtualenv needs 3rd party libraries installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Apr 24, 2017
1 parent ceef1d0 commit fcd0acf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ commands =
[testenv:docs]
changedir = docs
usedevelop = False
deps = -rrequirements-docs.txt
deps =
-rrequirements.txt
-rrequirements-extra-cli.txt
-rrequirements-docs.txt

commands =
make dummy
Expand Down

0 comments on commit fcd0acf

Please sign in to comment.