Skip to content

Commit

Permalink
Also allow building docs using tox
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jun 7, 2018
1 parent e5d81e2 commit 614fcd9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions tox.ini
@@ -1,14 +1,15 @@
[testenv]
basepython = python3

# [testenv:docs]
# deps =
# Sphinx
# feincms3
# changedir = docs
# commands = make html
# skip_install = true
# whitelist_externals = make
[testenv:docs]
deps =
Sphinx
Django
psycopg2-binary
changedir = docs
commands = make html
skip_install = true
whitelist_externals = make

[testenv:style]
deps =
Expand Down

0 comments on commit 614fcd9

Please sign in to comment.