summaryrefslogtreecommitdiff
path: root/linecache2/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'linecache2/build.sh')
-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.