Mentions légales du service

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

ci

parent 42d9e9eb
No related branches found
No related tags found
No related merge requests found
Pipeline #239678 passed
......@@ -3,28 +3,41 @@
# https://hub.docker.com/r/library/python/tags/
image: python:3.6
python3.5:
image: python:3.5
python3.6:
image: python:3.6
stage: test
tags: [qlf-ci.inria.fr]
script:
- pip install tox
- tox -e py35
- tox -e py36
- tox -e pep8
python3.6:
image: python:3.6
python3.7:
image: python:3.7
stage: test
tags: [qlf-ci.inria.fr]
script:
- pip install tox
- tox -e py36
- tox -e py37
- tox -e pep8
python3.8:
image: python:3.8
stage: test
script:
- pip install tox
- tox -e py37
- tox -e pep8
python3.9:
image: python:3.9
stage: test
script:
- pip install tox
- tox -e py37
- tox -e pep8
python2.7:
image: python:2.7
stage: test
tags: [qlf-ci.inria.fr]
script:
- pip install tox
- tox -e py27 pep8
......
# tox -epy27
[tox]
skipsdist = True
envlist = pep8
......
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