Files
catalyst/etc/rebuild-cython.sh
T

4 lines
99 B
Bash
Executable File

#!/bin/bash
find zipline tests -name "*.so" | xargs rm || true
python setup.py build_ext --inplace