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.learn.boosting
Commits
614f8711
Commit
614f8711
authored
Aug 28, 2014
by
Manuel Günther
Browse files
Updated Travis build to get correct scipy version.
parent
f3739163
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
614f8711
...
...
@@ -2,23 +2,29 @@ language: python
matrix
:
include
:
-
python
:
2.6
env
:
-
SCIPYSPEC===0.12.0
-
python
:
2.7
env
:
-
SCIPYSPEC===0.12.0
-
secure
:
OptTI9z5ggs6ozrWFUq/l1G3mSMTdlJz11Qeudy+yAEa0iFFob2q60qRl7MvvrZsW0mguqlMA/hcV3Gvt1CEjJySoMZbD1z5vHJbPt5yVQuohkkrJn1UnIytMP+mUSIDGc5GXVC5urIIQYjY46FqFZ8wDMmUb2QJIr/u8qBrgBA=
-
secure
:
PIhIeT13JWNYkWGwxHnk9EROPTJkZuDBbyTsT+wobn4hJjjpGTqcZnZwCEPIwHF2qtEKkUADI5cG5yo15kSU0eJfjoI6JlJTSBTp/LfMqlvb2LlfV9LkwZAAsiNaJvKeitrTLcrsFO0lLQX90+Dt6s155okUu4au3DMSWE1sBbs=
-
python
:
3.2
env
:
-
NUMPYSPEC===1.8.0
-
SCIPYSPEC===0.13.1
-
python
:
3.3
env
:
-
NUMPYSPEC===1.8.0
-
SCIPYSPEC===0.13.1
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 libhdf5-serial-dev
-
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 scipy==0.12 sphinx nose; 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 scipy$SCIPYSPEC matplotlib==1.3.0 sphinx nose==1.3.0
-
pip install cpp-coveralls
install
:
-
python bootstrap.py
...
...
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