Skip to content
Snippets Groups Projects
Commit 3a0e86be authored by Arthur Jacquin's avatar Arthur Jacquin
Browse files

messing around with ci

parent 5e41471d
No related branches found
No related tags found
No related merge requests found
Pipeline #46388 failed
......@@ -23,8 +23,8 @@ pylint:
- download_dependencies
script:
- source .venv/bin/activate
- python -m pip install pylint
- python -m pylint calculator --fail-on=error
- pip install pylint
- pylint calculator --fail-on=error
# À toi de nous rajouter un petit job pour faire des tests unitaires
pytest:
......@@ -34,5 +34,5 @@ pytest:
- download_dependencies
script:
- source .venv/bin/activate
- python -m pip install pylint
- python -m pytest calculator
\ No newline at end of file
- pip install pylint
- pytest calculator
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment