module modification

updated the module structure
This commit is contained in:
mb
2020-07-27 10:25:41 +02:00
parent c1bdec7e49
commit d860cb99c0
12 changed files with 12 additions and 134 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
# details.
pydocstyle invenio_config_tugraz tests docs && \
isort -rc -c -df && \
isort --check-only --diff && \
check-manifest --ignore ".travis-*" && \
sphinx-build -qnNW docs docs/_build/html && \
python setup.py test