Skip to content

Commit

Permalink
Applied requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Jan 22, 2020
1 parent ec7d785 commit 13c6406
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion=2.9.0
envlist = py36,lint,docs,docs-linkcheck
envlist = py36,lint,docs
skipsdist = True

[travis]
Expand Down Expand Up @@ -28,10 +28,10 @@ commands =
sphinx-build -W --keep-going -b html -d {envtmpdir}/doctrees . {envtmpdir}/html

[testenv:docs-linkcheck]
description = build readthedocs documentation
description = Check for broken links in the docs
changedir = {toxinidir}/docs
commands =
sphinx-build -W --keep-going -q -b linkcheck -d {envtmpdir}/doctrees . {envtmpdir}/html
sphinx-build -W --keep-going -q -b linkcheck -d {envtmpdir}/doctrees . {envtmpdir}/linkcheck

[testenv:migrations]
description = check for missing migrations
Expand Down

0 comments on commit 13c6406

Please sign in to comment.