Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas MAILLET
rpg
Commits
6c0b6d9a
Commit
6c0b6d9a
authored
Jul 13, 2018
by
Nicolas MAILLET
Browse files
new image for testing
parent
e18c2f65
Pipeline
#5896
passed with stages
in 2 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6c0b6d9a
stages
:
-
py34
-
py35
-
py36
-
py37
test-py3.4
:
image
:
python:3.4
stage
:
py34
script
:
-
adduser --disabled-password --gecos '' myuser
-
pip3 install -r requirements.txt
-
python3.4 -m pytest --cov rpg tests
test-py3.5
:
image
:
python:3.5
stage
:
py35
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment