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:
# =============================================================================
# Jobs in test stage
# -----------------------------------------------------------------------------
#test_tox_format_python:
# <<: *tag_docker
# <<: *image_docker
# <<: *stage_test
# <<: *before_script_python_dependencies
# script:
# # Install python tox
# - pip3 install tox
# # Run tox
# - tox -e format_python
#
#test_tox_format_shell:
# <<: *tag_docker
# <<: *image_docker
# <<: *stage_test
# <<: *before_script_python_dependencies
# script:
# # Install python tox
# - pip3 install tox
# # Run tox
# - tox -e format_shell
#
test_tox_format_python:
<<: *tag_docker
<<: *image_docker
<<: *stage_test
<<: *before_script_python_dependencies
script:
# Install python tox
- pip3 install tox
# Run tox
- tox -e format_python
test_tox_format_shell:
<<: *tag_docker
<<: *image_docker
<<: *stage_test
<<: *before_script_python_dependencies
script:
# Install python tox
- pip3 install tox
# Run tox
- tox -e format_shell
# *****************************************************************************
# VIM MODELINE
# 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