Skip to content
Snippets Groups Projects
Commit a9da90fd authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

Remove python3.5 compatibility

parent 95f5e06a
No related branches found
No related tags found
No related merge requests found
Pipeline #47179 passed
stages: stages:
- py35
- py36 - py36
- py37 - py37
- py38 - py38
- py39 - py39
test-py3.5:
image: python:3.5
stage: py35
script:
- pip3 install -r requirements.txt
- python3.5 -m pytest --cov rpg tests
test-py3.6: test-py3.6:
image: python:3.6 image: python:3.6
stage: py36 stage: py36
......
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