mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
dependencies: upgrade isort
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
# details.
|
# details.
|
||||||
|
|
||||||
pydocstyle invenio_theme_tugraz tests docs && \
|
pydocstyle invenio_theme_tugraz tests docs && \
|
||||||
isort -rc -c -df && \
|
isort . -c --df && \
|
||||||
check-manifest --ignore ".travis-*" && \
|
check-manifest --ignore ".travis-*" && \
|
||||||
sphinx-build -qnNW docs docs/_build/html && \
|
sphinx-build -qnNW docs docs/_build/html && \
|
||||||
python setup.py test
|
python setup.py test
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -18,7 +18,7 @@ history = open('CHANGES.rst').read()
|
|||||||
tests_require = [
|
tests_require = [
|
||||||
'check-manifest>=0.25',
|
'check-manifest>=0.25',
|
||||||
'coverage>=4.0',
|
'coverage>=4.0',
|
||||||
'isort>=4.3.3, <5.0.0',
|
'isort>=5.0',
|
||||||
'pydocstyle>=2.0.0',
|
'pydocstyle>=2.0.0',
|
||||||
'pytest-cov>=2.5.1',
|
'pytest-cov>=2.5.1',
|
||||||
'pytest-pep8>=1.0.6',
|
'pytest-pep8>=1.0.6',
|
||||||
|
|||||||
Reference in New Issue
Block a user