Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Frederik Zahle
SEAMRotor
Commits
3397b7c2
Commit
3397b7c2
authored
Dec 26, 2015
by
Frederik Zahle
Browse files
added ci script
parent
f7b15783
Pipeline
#286
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
3397b7c2
test-py2
:
image
:
jupyter/scipy-notebook
script
:
-
source activate python2
-
python --version
-
pip install -e .
-
nosetests .
-
source deactivate
test-py3
:
image
:
jupyter/scipy-notebook
script
:
-
python --version
-
pip install -e .
-
nosetests .
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