Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.ap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.ap
Commits
275dddaa
Commit
275dddaa
authored
Mar 22, 2014
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also installs numpy explicetly
parent
2979f544
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
.travis.yml
.travis.yml
+5
-1
No files found.
.travis.yml
View file @
275dddaa
...
...
@@ -5,15 +5,19 @@ matrix:
include
:
-
python
:
2.6
env
:
-
NUMPYSPEC===1.6.2
-
SCIPYSPEC===0.12.0
-
python
:
2.7
env
:
-
NUMPYSPEC===1.6.2
-
SCIPYSPEC===0.12.0
-
python
:
3.2
env
:
-
NUMPYSPEC===1.7.1
-
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
...
...
@@ -21,7 +25,7 @@ before_install:
-
sudo apt-get install -qq bob-dev
-
sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran
-
pip install --upgrade pip setuptools
-
pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel scipy$SCIPYSPEC sphinx nose
-
pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel
numpy$NUMPYSPEC
scipy$SCIPYSPEC sphinx nose
install
:
-
"
python
bootstrap.py"
-
"
./bin/buildout"
...
...
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