zipline/conda/intervaltree/build.sh
2016-04-04 16:12:58 -04:00

9 lines
219 B
Bash

#!/bin/bash
$PYTHON setup.py install
# Add more build steps here, if they are necessary.
# See
# http://docs.continuum.io/conda/build.html
# for a list of environment variables that are set during the build process.