Skip to content
Snippets Groups Projects
Commit 1d0e3c2a authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

ci

parent 137c1866
Branches
No related tags found
1 merge request!6Ci
Pipeline #43652 failed
...@@ -75,13 +75,13 @@ install: ...@@ -75,13 +75,13 @@ install:
#### #### #### ####
####################################################################################################################################### #######################################################################################################################################
format: # format:
stage: test # stage: test
before_script: # before_script:
- source ./venv/bin/activate # - source ./venv/bin/activate
- pip install autopep8 # - pip install autopep8
script: # script:
- autopep8 --in-place --recursive ./backend # - autopep8 --in-place --recursive ./backend
lint: lint:
...@@ -89,9 +89,9 @@ lint: ...@@ -89,9 +89,9 @@ lint:
allow_failure: false allow_failure: false
before_script: before_script:
- source ./venv/bin/activate - source ./venv/bin/activate
- pip install pylint - pip install pycodestyle
script: script:
- pylint --recursive=y ./backend - pycodestyle --show-source --show-pep8 ./backend
test: test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment