Temporarily stop building mumpy wheel

It turns out we aren't actually using this wheel since we are still
installing the deb python-numpy, and building numpy takes several
minutes which is a lot considering we do it on every single dsvm job.

So until we have wheel caching in place, and are actually using the
version we build ourselves, stop wasting time.

Change-Id: I7643c55598e5ecc29ea708c537818b37a8047d4b
This commit is contained in:
Joe Gordon 2015-03-06 15:33:32 -08:00
parent bf8881e6c2
commit 40ce320bb0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ cryptography
lxml
MySQL-python
netifaces
numpy
#numpy # slowest wheel by far, stop building until we are actually using the output
posix-ipc
psycopg2
pycrypto