hustle icon indicating copy to clipboard operation
hustle copied to clipboard

Improved the build matrix.

Open thedrow opened this issue 10 years ago • 3 comments

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 avatar Aug 05 '14 09:08 thedrow

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.

thedrow avatar Aug 05 '14 09:08 thedrow

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

pooya avatar Aug 05 '14 15:08 pooya

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

omerzimp avatar Aug 06 '14 07:08 omerzimp