mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 12:39:51 +08:00
Merge pull request #1420 from quantopian/add-cython-cleanup
MAINT: Add script to clean out compiled files.
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
find zipline tests -regex '.*\.\(c\|so\)' -exec rm {} +
|
||||
python setup.py build_ext --inplace
|
||||
Reference in New Issue
Block a user