summaryrefslogtreecommitdiff
path: root/linecache2/build.sh
blob: 3f50b74e1bff26547cd8a561a91eda01aad4d087 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/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.