Merge pull request #1420 from quantopian/add-cython-cleanup

MAINT: Add script to clean out compiled files.
This commit is contained in:
Scott Sanderson
2016-09-02 14:16:18 -04:00
committed by GitHub
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
find zipline tests -regex '.*\.\(c\|so\)' -exec rm {} +
python setup.py build_ext --inplace