diff --git a/etc/rebuild-cython.sh b/etc/rebuild-cython.sh new file mode 100755 index 00000000..8be2da78 --- /dev/null +++ b/etc/rebuild-cython.sh @@ -0,0 +1,3 @@ +#!/bin/bash +find zipline tests -regex '.*\.\(c\|so\)' -exec rm {} + +python setup.py build_ext --inplace