Files
catalyst/etc/rebuild-cython.sh
T

4 lines
104 B
Bash
Executable File

#!/bin/bash
find zipline tests -regex '.*\.\(c\|so\)' -exec rm {} +
python setup.py build_ext --inplace