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:
Alan Saul 2013-04-29 20:09:18 +01:00
parent aaaa1b5251
commit de57f837f4

View file

@ -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