Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.video
Commits
6a8d9a89
Commit
6a8d9a89
authored
Sep 04, 2014
by
Manuel Günther
Browse files
Updated Travis to make coverall work again.
parent
5da379dc
Changes
1
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
6a8d9a89
...
...
@@ -15,12 +15,11 @@ matrix:
before_install
:
-
sudo add-apt-repository -y ppa:biometrics/bob
-
sudo apt-get update -qq
-
sudo apt-get install -qq --force-yes libboost-all-dev libblitz1-dev libavcodec-dev libavformat-dev libswscale-dev libhdf5-serial-dev
-
sudo apt-get install -qq python-imaging
-
sudo apt-get install -qq --force-yes libboost-all-dev libblitz1-dev libavcodec-dev libavformat-dev libswscale-dev libhdf5-serial-dev python-imaging
-
if [ -n "${NUMPYSPEC}" ]; then sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran; fi
-
if [ -n "${NUMPYSPEC}" ]; then pip install --upgrade pip setuptools; fi
-
if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC
sphinx nose
; fi
-
pip install cpp-coveralls
-
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
install
:
-
python bootstrap.py
-
CFLAGS=-coverage ./bin/buildout
...
...
@@ -30,5 +29,5 @@ script:
-
./bin/sphinx-build -b doctest doc sphinx
-
./bin/sphinx-build -b html doc sphinx
after_success
:
-
coveralls --build-root=`pwd` --exclude=src
-
coveralls --build-root=`pwd` --exclude=src
--exclude-pattern=".*Compiler.*"
-
./src/bob.extension/scripts/upload-sphinx.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment