Skip to content
Snippets Groups Projects
Verified Commit f154ee23 authored by Romain Deville's avatar Romain Deville
Browse files

:construction_worker:‍ Add tox format_{python,shell} jobs to CI

parent f0fc97ea
No related branches found
No related tags found
No related merge requests found
...@@ -165,28 +165,28 @@ variables: ...@@ -165,28 +165,28 @@ variables:
# ============================================================================= # =============================================================================
# Jobs in test stage # Jobs in test stage
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
#test_tox_format_python: test_tox_format_python:
# <<: *tag_docker <<: *tag_docker
# <<: *image_docker <<: *image_docker
# <<: *stage_test <<: *stage_test
# <<: *before_script_python_dependencies <<: *before_script_python_dependencies
# script: script:
# # Install python tox # Install python tox
# - pip3 install tox - pip3 install tox
# # Run tox # Run tox
# - tox -e format_python - tox -e format_python
#
#test_tox_format_shell: test_tox_format_shell:
# <<: *tag_docker <<: *tag_docker
# <<: *image_docker <<: *image_docker
# <<: *stage_test <<: *stage_test
# <<: *before_script_python_dependencies <<: *before_script_python_dependencies
# script: script:
# # Install python tox # Install python tox
# - pip3 install tox - pip3 install tox
# # Run tox # Run tox
# - tox -e format_shell - tox -e format_shell
#
# ***************************************************************************** # *****************************************************************************
# VIM MODELINE # VIM MODELINE
# vim: fdm=indent # vim: fdm=indent
......
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