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

Fixed setuptools issue in travis build

parent 3d3fee9a
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ 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
- 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:
- python bootstrap-buildout.py
- SETUPTOOLS_VERSION=`python -c "import setuptools; print setuptools.version.__version__"`
- python bootstrap-buildout.py --setuptools-version $SETUPTOOLS_VERSION
- CFLAGS=-coverage ./bin/buildout
script:
- ./bin/python -c 'from bob.io.base import get_config; print(get_config())'
......
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