Skip to content

Commit

Permalink
azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-xone committed Dec 6, 2018
1 parent 7c94c68 commit 79b46f2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| Quality | [![Codacy Badge](https://api.codacy.com/project/badge/Grade/2ec89be198cf4689a6a6c6407b0bc965)](https://www.codacy.com/app/alpha-xone/xbbg) |
| | [![CodeFactor](https://www.codefactor.io/repository/github/alpha-xone/xbbg/badge)](https://www.codefactor.io/repository/github/alpha-xone/xbbg) |
| | [![codebeat badge](https://codebeat.co/badges/eef1f14d-72eb-445a-af53-12d3565385ec)](https://codebeat.co/projects/github-com-alpha-xone-xbbg-master) |
| License | [![GitHub license](https://img.shields.io/github/license/alpha-xone/xbbg.svg)](https://github.com/alpha-xone/xbbg/blob/master/LICENSE) |
| License | [![GitHub license](https://img.shields.io/github/license/alpha-xone/xbbg.svg)](https://github.com/alpha-xone/xbbg/blob/master/docs/LICENSE) |

Bloomberg data toolkit for humans

Expand Down
19 changes: 13 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,20 @@ jobs:
versionSpec: '$(python.version)'
architecture: 'x64'

- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
displayName: Add conda to PATH
- task: CondaEnvironment@1
inputs:
createCustomEnvironment: True
environmentName: blpenv
packageSpecs: 'python=3.6'
# updateConda: # Optional
installOptions: blpapi
# createOptions: # Optional
# cleanEnvironment: # Optional

- script: |
conda create --yes --quiet --name blp_env python=%PYTHON_VERSION% blpapi
source activate blp_env
displayName: Create Anaconda environment
#- script: |
# conda create --yes --quiet --name blp_env python=%PYTHON_VERSION% blpapi
# source activate blp_env
# displayName: Create Anaconda environment

- script: |
python -m pip install --upgrade pip setuptools wheel
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -294,4 +294,4 @@ Noted that local data usage must be compliant with Bloomberg Datafeed Addendum
:target: https://codebeat.co/projects/github-com-alpha-xone-xbbg-master
.. |license| image:: https://img.shields.io/github/license/alpha-xone/xbbg.svg
:alt: GitHub license
:target: https://github.com/alpha-xone/xbbg/blob/master/LICENSE
:target: https://github.com/alpha-xone/xbbg/blob/master/docs/LICENSE

0 comments on commit 79b46f2

Please sign in to comment.