Add setup.py and travis. (#8)

* Add setup.py and travis.

* Add script to install dependencies for travis.

* Put Arrow into thirdparty.

* Add .gitmodules file.

* Install boost dependencies.

* Make tests verbose.

* Build arrow and numbuf in setup.py.

* Change build_ext to install.

* Switch develop to install in pip.

* Test

* fix numbuf build and installation

* make import numbuf work

* fix documentation

* fix tests

* quotes
This commit is contained in:
Robert Nishihara
2016-10-27 23:40:10 -07:00
committed by GitHub
parent cb9457d3a6
commit d1974afbab
12 changed files with 188 additions and 18 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "thirdparty/arrow"]
path = thirdparty/arrow
url = https://github.com/ray-project/arrow.git