hustle
hustle copied to clipboard
Improved the build matrix.
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.
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 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 What do you mean exactly? Also Cython 20.0 is not the latest. I'm trying to simplify the build process.