Skip to content
Snippets Groups Projects
Commit 734b0941 authored by Manuel Günther's avatar Manuel Günther
Browse files

Updated branch tags in README [skip ci]

parent a352c813
No related branches found
No related tags found
No related merge requests found
...@@ -21,8 +21,7 @@ before_install: ...@@ -21,8 +21,7 @@ before_install:
- if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi - if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls pygments==1.6 - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel sphinx nose==1.3.0 jinja2==2.6 cpp-coveralls pygments==1.6
install: install:
- SETUPTOOLS_VERSION=`python -c "import setuptools; print(setuptools.version.__version__)"` - python bootstrap-buildout.py
- python bootstrap-buildout.py --setuptools-version $SETUPTOOLS_VERSION
- CFLAGS=-coverage ./bin/buildout - CFLAGS=-coverage ./bin/buildout
script: script:
- ./bin/python -c 'from bob.io.matlab import get_config; print(get_config())' - ./bin/python -c 'from bob.io.matlab import get_config; print(get_config())'
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
.. image:: http://img.shields.io/badge/docs-latest-orange.png .. image:: http://img.shields.io/badge/docs-latest-orange.png
:target: https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.io.matlab/master/index.html :target: https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.io.matlab/master/index.html
.. image:: https://travis-ci.org/bioidiap/bob.io.matlab.svg?branch=master .. image:: https://travis-ci.org/bioidiap/bob.io.matlab.svg?branch=master
:target: https://travis-ci.org/bioidiap/bob.io.matlab :target: https://travis-ci.org/bioidiap/bob.io.matlab?branch=master
.. image:: https://coveralls.io/repos/bioidiap/bob.io.matlab/badge.png .. image:: https://coveralls.io/repos/bioidiap/bob.io.matlab/badge.png?branch=master
:target: https://coveralls.io/r/bioidiap/bob.io.matlab :target: https://coveralls.io/r/bioidiap/bob.io.matlab?branch=master
.. image:: https://img.shields.io/badge/github-master-0000c0.png .. image:: https://img.shields.io/badge/github-master-0000c0.png
:target: https://github.com/bioidiap/bob.io.matlab/tree/master :target: https://github.com/bioidiap/bob.io.matlab/tree/master
.. image:: http://img.shields.io/pypi/v/bob.io.matlab.png .. image:: http://img.shields.io/pypi/v/bob.io.matlab.png
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment