Mentions légales du service

Skip to content
Snippets Groups Projects

Add check for python 3.8 and 3.9 in CI

Merged FAURE Adrien requested to merge adfaure/procset.py:master into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -12,6 +12,14 @@ before_script:
@@ -12,6 +12,14 @@ before_script:
reports:
reports:
junit: pytest.xml
junit: pytest.xml
 
pytest:3.9:
 
extends: .pytest
 
image: python:3.9-slim-buster
 
 
pytest:3.8:
 
extends: .pytest
 
image: python:3.8-slim-buster
 
pytest:3.7:
pytest:3.7:
extends: .pytest
extends: .pytest
image: python:3.7-slim-stretch
image: python:3.7-slim-stretch
Loading