blob: b70da7147db8c55048a6a71943a14c36457f2550 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
rm -rf linecache2/tests
$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.
|