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
Michiel Cottaar
gyral_structure
Commits
4faa32c7
Commit
4faa32c7
authored
Jul 30, 2018
by
Michiel Cottaar
Browse files
BUG: test different python versions
parent
0872e456
Pipeline
#2281
failed with stage
in 2 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4faa32c7
...
...
@@ -5,6 +5,17 @@ before_script:
-
pip install .
-
pip install pytest
test
:
test36
:
image
:
python:3.6
script
:
-
pytest gyral_structure/test
test35
:
image
:
python:3.5
script
:
-
pytest gyral_structure/test
test27
:
image
:
python:2.7
script
:
-
pytest gyral_structure/test
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