Skip to content

Commit

Permalink
Attempt to fix document test conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Dec 27, 2019
1 parent 6d097d9 commit 004cbca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@ commands=
[testenv:documents]
deps=
-rrequirements/docs.txt
-rrequirements/project.txt
-rrequirements/extra.txt
commands=
{envpython} -m pip install .
{envpython} -m mkdocs build --clean --verbose --strict
{envpython} -m pyspelling
; {envpython} -m pip install .
python -m mkdocs build --clean --verbose --strict
python -m pyspelling

[testenv:lint]
deps=
Expand Down

0 comments on commit 004cbca

Please sign in to comment.