mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Trying to upgrade numpy version to 1.7.1 as there was an error introduced for weave on 1.7.0 causing tests to fail
This commit is contained in:
parent
aaaa1b5251
commit
de57f837f4
1 changed files with 2 additions and 1 deletions
|
|
@ -12,9 +12,10 @@ before_install:
|
|||
- sudo apt-get install -qq python-matplotlib
|
||||
|
||||
install:
|
||||
- pip install --upgrade numpy==1.7.1
|
||||
- pip install sphinx
|
||||
- pip install nose
|
||||
- pip install . --use-mirrors
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script:
|
||||
- nosetests GPy/testing
|
||||
- nosetests GPy/testing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue