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
+9 -1
View File
@@ -52,7 +52,15 @@ matrix:
install:
- ./install-dependencies.sh
- ./build.sh
- cd src/common
- make test
- cd ../..
- cd src/plasma
- make test
- cd ../..
- cd numbuf
- sudo python setup.py install
- cd ..