Skip to content
Snippets Groups Projects
Commit ac910ebc authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Separate requirements

parent 4f6f78cc
No related branches found
No related tags found
No related merge requests found
Pipeline #1806 passed
......@@ -6,7 +6,7 @@ stages:
- doc
before_script:
- make install
- make install-dev
test-py2:
image: docker.km3net.de/base/python:2
......
......@@ -6,6 +6,7 @@ install:
pip install .
install-dev:
pip install -Ur requirements-dev.txt
pip install -e .
doc:
......@@ -38,6 +39,7 @@ lint:
dependencies:
pip install -Ur requirements.txt
pip install -Ur requirements-dev.txt
yapf:
yapf -i -r $(PKGNAME)
......
numpydoc
pydocstyle
pytest
pytest-cov
pytest-flake8
pytest-pylint
pytest-watch
sphinx-rtd-theme
sphinx
sphinxcontrib-napoleon
sphinxcontrib-programoutput
sphinxcontrib-websupport
sphinx-autoapi
setuptools_scm
yapf>=0.25
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment