Skip to content
Snippets Groups Projects
Verified Commit fb55ec1b authored by Jakub Dubec's avatar Jakub Dubec
Browse files

Library requirements in CI/CD :game_die:

parent ee0182cc
No related merge requests found
Pipeline #880 passed
......@@ -16,5 +16,7 @@ before_script:
test:
script:
- pip install pytest==5.* pytest-flake8
- pytest . --flake8 -v
- pip install pytest==5.* pytest-flake8 pipfile-requirements
- pipfile2req Pipfile.lock > requirements.txt
- pip install -r requirements.txt
- pytest . --flake8 -v
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