MAINT: Add script to clean out compiled files.

This commit is contained in:
Scott Sanderson
2016-08-22 08:53:06 -04:00
parent 81e3a944fd
commit d00a44d505
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
find zipline tests -name "*.so" | xargs rm || true
python setup.py build_ext --inplace