Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
Container Registry
Model registry
Operate
Environments
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
lscsoft
bilby
Commits
d032ebe8
Commit
d032ebe8
authored
6 years ago
by
Gregory Ashton
Browse files
Options
Downloads
Patches
Plain Diff
Update the docker image to a custom test suite
parent
b5396cca
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!217
Version 0.3
,
!216
Update the docker image to a custom test suite
Pipeline
#32721
passed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-8
1 addition, 8 deletions
.gitlab-ci.yml
with
1 addition
and
8 deletions
.gitlab-ci.yml
+
1
−
8
View file @
d032ebe8
...
...
@@ -32,17 +32,10 @@ python-2:
# test example on python 3
python-3
:
stage
:
test
image
:
continuumio/anaconda
3
image
:
gregoryashton/bilby-test-suite-py
3
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 'coverage>=4.5'
-
pip install coverage-badge
-
pip install flake8
-
pip install pytest-cov
script
:
-
python setup.py install
...
...
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