Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ecca40b6 authored by SIMONIN Matthieu's avatar SIMONIN Matthieu
Browse files

Fix CI

parent c0796f9f
No related branches found
No related tags found
No related merge requests found
Pipeline #552944 passed
......@@ -4,6 +4,7 @@
image: python:3.6
python3.6:
tags: [ci.inria.fr]
image: python:3.6
stage: test
script:
......@@ -12,6 +13,7 @@ python3.6:
- tox -e pep8
python3.7:
tags: [ci.inria.fr]
image: python:3.7
stage: test
script:
......@@ -20,6 +22,7 @@ python3.7:
- tox -e pep8
python3.8:
tags: [ci.inria.fr]
image: python:3.8
stage: test
script:
......@@ -28,6 +31,7 @@ python3.8:
- tox -e pep8
python3.9:
tags: [ci.inria.fr]
image: python:3.9
stage: test
script:
......
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