Skip to content

Commit

Permalink
doing some cleanup for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroxxTraxxon committed Oct 10, 2023
1 parent e5917ae commit f20280b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion bin/orquesta-generate-schemas
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import json
import os
import six
import sys
from pathlib import Path

from orquesta.specs import native

Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ commands =
black orquesta bin setup.py -l 100 --check

[testenv:docs]
usedevelop = True
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/requirements-docs.txt
-e .
-e{toxinidir}
commands =
python {toxinidir}/bin/orquesta-generate-schemas
sphinx-build -W -b html docs/source docs/build/html

0 comments on commit f20280b

Please sign in to comment.