summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-10-17 19:41:23 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-10-17 19:41:23 -0400
commit71207eb4a5b64fb861b4cd0df6abe728a5723d33 (patch)
treec3a53eaf80defccd4f40775c3696bc6c9fd2a5f6
parent02da077088432193bb22a5f14e43c5690886ea67 (diff)
downloadastroconda-etc-71207eb4a5b64fb861b4cd0df6abe728a5723d33.tar.gz
Remove tests to avoid build failure
-rw-r--r--linecache2/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/linecache2/build.sh b/linecache2/build.sh
index 3f50b74..b70da71 100644
--- a/linecache2/build.sh
+++ b/linecache2/build.sh
@@ -1,6 +1,7 @@
#!/bin/bash
-$PYTHON setup.py install
+rm -rf linecache2/tests
+$PYTHON setup.py install
# Add more build steps here, if they are necessary.