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
Bliss
python-handel
Commits
266adaaa
Commit
266adaaa
authored
Oct 23, 2017
by
Vincent Michel
Browse files
Update CI
parent
6dd56c72
Pipeline
#1255
passed with stages
in 1 minute and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
266adaaa
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
test2.7
:
test2.7
:
stage
:
test
stage
:
test
script
:
script
:
-
conda create -n p27 python=2.7 cffi numpy
-
conda create -n p27 python=2.7 cffi numpy
gevent
-
source activate p27
-
source activate p27
-
python setup.py test
-
python setup.py test
...
@@ -10,7 +10,7 @@ test2.7:
...
@@ -10,7 +10,7 @@ test2.7:
test3.6
:
test3.6
:
stage
:
test
stage
:
test
script
:
script
:
-
conda create -n p36 python=3.6 cffi numpy
-
conda create -n p36 python=3.6 cffi numpy
gevent
-
source activate p36
-
source activate p36
-
python setup.py test
-
python setup.py test
artifacts
:
artifacts
:
...
...
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