From 71207eb4a5b64fb861b4cd0df6abe728a5723d33 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 17 Oct 2016 19:41:23 -0400 Subject: Remove tests to avoid build failure --- linecache2/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit