Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
force-bdss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Adham Hashibon
force-bdss
Merge requests
!2
Prototype using envisage plugins
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Prototype using envisage plugins
prototype-1
into
master
Overview
0
Commits
11
Pipelines
0
Changes
2
Merged
Adham Hashibon
requested to merge
prototype-1
into
master
7 years ago
Overview
0
Commits
11
Pipelines
0
Changes
2
Expand
Created by: stefanoborini
Implements a tentative prototype using envisage plugins
0
0
Merge request reports
Viewing commit
384e1351
Prev
Next
Show latest version
2 files
+
20
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
384e1351
Deployed travis
· 384e1351
Stefano Borini
authored
7 years ago
.travis.yml
0 → 100644
+
19
−
0
Options
language
:
c
cache
:
directories
:
-
"
$HOME/.cache"
-
"
$HOME/.ccache"
before_install
:
-
ccache -s
-
export PATH=/usr/lib/ccache:${PATH}
-
wget https://package-data.enthought.com/edm/rh5_x86_64/1.4/edm_1.4.1_linux_x86_64.sh && bash ./edm_1.4.1_linux_x86_64.sh -b -p $HOME
-
export PATH=${HOME}/edm/bin:${PATH}
-
edm environments create --version 3.5 force
-
. $HOME/.edm/envs/force/bin/activate
-
cat requirements/edm_requirements.txt | grep -v "^#" | while read line; do edm install -y `echo $line | awk '{print $1"=="$2}'`; done
install
:
-
pip install -r requirements/requirements.txt
-
pip install -e .
script
:
-
pip install -r requirements/dev_requirements.txt
-
flake8 .
Loading