Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python-grid5000
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIMONIN Matthieu
python-grid5000
Commits
f0325f9a
Commit
f0325f9a
authored
4 years ago
by
SIMONIN Matthieu
Browse files
Options
Downloads
Patches
Plain Diff
ci
parent
42d9e9eb
No related branches found
No related tags found
No related merge requests found
Pipeline
#239678
passed
4 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+22
-9
22 additions, 9 deletions
.gitlab-ci.yml
tox.ini
+0
-1
0 additions, 1 deletion
tox.ini
with
22 additions
and
10 deletions
.gitlab-ci.yml
+
22
−
9
View file @
f0325f9a
...
...
@@ -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 py3
5
-
tox -e py3
6
-
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
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
0
−
1
View file @
f0325f9a
# tox -epy27
[tox]
skipsdist
=
True
envlist
=
pep8
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment