Install numpy on the build server. Refs #236.

rtd2
Eric Holscher 2012-11-27 10:16:56 -08:00
parent 0516c41077
commit 0cc034e611
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def install_packages(type):
if type == 'build':
sudo(
'apt-get install -y git-core python-setuptools python-dev postgresql-client libpq-dev subversion graphviz curl sqlite libxml2-dev libxslt-dev vim g++')
'apt-get install -y git-core python-setuptools python-dev postgresql-client libpq-dev subversion graphviz curl sqlite libxml2-dev libxslt-dev vim g++ python-numpy')
sudo('pip install -U mercurial')
if type == 'db':
sudo('apt-get install -y solr-tomcat redis-server postgresql ')