From 5fd827ccacd87255b155068994e5828490b2a081 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Mon, 16 Feb 2015 17:44:01 +0100 Subject: [PATCH] Removed travis fix since setuptools issue was solved by setuptools providers. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4edb53f..824d3fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 - 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: -- SETUPTOOLS_VERSION=`python -c "import setuptools; print(setuptools.version.__version__)"` -- python bootstrap-buildout.py --setuptools-version $SETUPTOOLS_VERSION +- python bootstrap-buildout.py - CFLAGS=-coverage ./bin/buildout script: - ./bin/python -c 'from bob.io.base import get_config; print(get_config())' -- GitLab