tspurway / hustle

A column oriented, embarrassingly distributed relational event database.
Other
240 stars 36 forks source link

Improved the build matrix. #57

Open thedrow opened 10 years ago

thedrow commented 10 years ago

Added travis_retry for all network operations and the suite will now run pypy (but will allow it to fail). The problem is that you guys are using Cython instead of CFFI so PyPy might be slower than Python 2.7. It is a start though.

Review on Reviewable

thedrow commented 10 years ago

Hmm in order to pip install cython into a virtualenv you need to specify --install-option="--prefix=/path/to/virtualenv/". I'll solve this first.

pooya commented 10 years ago

@thedrow If I remember correctly, the reason we are installing Cython from source is that the default version didn't have a feature that was necessary for hustle.

omerzimp commented 10 years ago

@pooya What do you mean exactly? Also Cython 20.0 is not the latest. I'm trying to simplify the build process.