Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sylvia Biscoveanu
bilby
Commits
a86073fe
Commit
a86073fe
authored
6 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Use bilbydev images and add python 2 build
parent
d032ebe8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-6
2 additions, 6 deletions
.gitlab-ci.yml
with
2 additions
and
6 deletions
.gitlab-ci.yml
+
2
−
6
View file @
a86073fe
...
...
@@ -16,14 +16,10 @@ stages:
# test example on python 2
python-2
:
stage
:
test
image
:
continuumio/anaconda
image
:
bilbydev/test-suite-py2
before_script
:
-
apt-get update
-
apt-get install gcc -y
-
apt install -y libgl1-mesa-glx
-
pip install -r requirements.txt
-
pip install -r optional_requirements.txt
-
pip install enum
script
:
-
python setup.py install
# Run tests without finding coverage
...
...
@@ -32,7 +28,7 @@ python-2:
# test example on python 3
python-3
:
stage
:
test
image
:
gregoryashton/
bilby
-
test-suite-py3
image
:
bilby
dev/
test-suite-py3
before_script
:
-
pip install -r requirements.txt
-
pip install -r optional_requirements.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment