From a38c3f577a00132ccc88108a3ec3bf6b04995369 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 7 Apr 2015 19:09:37 -0700 Subject: [PATCH] Try fixing TravisCI build --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c2670bed1..d46328e58 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,3 @@ -PREFIX=/usr/local - all: ./setup.py bdist @@ -7,7 +5,10 @@ dist: ./setup.py sdist install: - ./setup.py install --prefix=$(PREFIX) + ./setup.py install + +install-user: + ./setup.py install --user check: ./run-tests.sh