diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-17 19:41:23 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-17 19:41:23 -0400 |
commit | 71207eb4a5b64fb861b4cd0df6abe728a5723d33 (patch) | |
tree | c3a53eaf80defccd4f40775c3696bc6c9fd2a5f6 /linecache2 | |
parent | 02da077088432193bb22a5f14e43c5690886ea67 (diff) | |
download | astroconda-etc-71207eb4a5b64fb861b4cd0df6abe728a5723d33.tar.gz |
Remove tests to avoid build failure
Diffstat (limited to 'linecache2')
-rw-r--r-- | linecache2/build.sh | 3 |
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. |