FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 1167ca9e authored by M.D. Driver's avatar M.D. Driver
Browse files

Initial Bitbucket Pipelines configuration

parent 4311e6b7
No related branches found
No related tags found
No related merge requests found
# This is a sample build configuration for Python.
# Check our guides at https://confluence.atlassian.com/x/x4UWN for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: continuumio/anaconda:latest
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- apt-get -y install libgl1-mesa-glx
- conda update conda
- conda create --name resultsanalysis python=3.6 numpy scipy matplotlib lxml spyder
- source activate resultsanalysis
- conda install -c rdkit rdkit=2017.03.1
- cd ../
- git clone https://mdd31@bitbucket.org/mdd31/resultsanalysis.git
- pip install .
- cd ../solventmapcreator
- pip install .
- cd test/
- python
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment