Fix pip install hanging by moving C tests out of build.sh. (#52)

* Remove C tests from build.sh.

* Run C tests in Travis.
This commit is contained in:
Robert Nishihara
2016-11-20 21:02:54 -08:00
committed by Philipp Moritz
parent f267da6aa8
commit 9ed56c23db
3 changed files with 10 additions and 4 deletions
-2
View File
@@ -30,14 +30,12 @@ PYTHON_GLOBAL_SCHEDULER_DIR="$PYTHON_DIR/global_scheduler"
pushd "$COMMON_DIR"
make clean
make
make test
popd
cp "$COMMON_DIR/thirdparty/redis-3.2.3/src/redis-server" "$PYTHON_COMMON_DIR/thirdparty/redis-3.2.3/src/"
pushd "$PLASMA_DIR"
make clean
make
make test
pushd "$PLASMA_DIR/build"
cmake ..
make install