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
49ae5f22
Commit
49ae5f22
authored
Jul 13, 2018
by
Nicolas MAILLET
Browse files
new image for testing
parent
26a15a5f
Pipeline
#5893
failed with stages
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
49ae5f22
...
...
@@ -4,25 +4,25 @@ stages:
-
py36
-
py37
test-py3.4
:
image
:
python:3.4
bash
image
:
python:3.4
stage
:
py34
script
:
-
pip3 install -r requirements.txt
-
python3.4 -m pytest --cov rpg tests
test-py3.5
:
image
:
python:3.5
bash
image
:
python:3.5
stage
:
py35
script
:
-
pip3 install -r requirements.txt
-
python3.5 -m pytest --cov rpg tests
test-py3.6
:
image
:
python:3.6
bash
image
:
python:3.6
stage
:
py36
script
:
-
pip3 install -r requirements.txt
-
python3.6 -m pytest --cov rpg tests
test-py3.7
:
image
:
python:3.7
bash
image
:
python:3.7
stage
:
py37
script
:
-
pip3 install -r requirements.txt
...
...
Write
Preview
Markdown
is supported
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