EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 3f5c4b8f authored by Nikola Jankovic's avatar Nikola Jankovic :computer:
Browse files

added install of dev requirements

parent 40a4803b
No related branches found
No related tags found
1 merge request!2added dev tooling and linting
Pipeline #18961 failed
......@@ -12,6 +12,7 @@ test:
script:
- python3 setup.py install
- pip3 install -r requirements-test.txt
- pip3 install -r requirements-dev.txt
- flake8
- mypy .
- pytest --cov registrar --cov-report term-missing
......
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