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
Classical-MD_openpathsampling
TSE
Commits
178cc441
Commit
178cc441
authored
Nov 09, 2017
by
Sander Roet
Browse files
add gitlab-ci yml
parent
48709b93
Pipeline
#422
passed with stage
in 3 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
178cc441
image
:
continuumio/miniconda:latest
before_script
:
-
conda install -y nose coverage
-
conda install -y -c omnia openpathsampling
-
conda update -y --all
-
conda uninstall -y openpathsampling
-
git clone https://github.com/openpathsampling/openpathsampling.git
-
cd openpathsampling && pip install -e . && cd ..
test
:
script
:
#Fix matploblib issues docker image
-
export MPLBACKEND=PS
-
nosetests -v --with-coverage
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