Commits

Antoine Pitrou authored 7764bc88902
ARROW-2574: [Python] Add Cython and Python code coverage After spending a non-trivial time wrestling with Cython and our build system, we're now able to generate and upload Python and Cython coverage results as part of a Travis-CI run (in addition to C++ coverage). Author: Antoine Pitrou <antoine@python.org> Closes #2050 from pitrou/ARROW-2574-cython-coverage and squashes the following commits: 4553185 <Antoine Pitrou> Remove leftover b1212a4 <Antoine Pitrou> Silence "unknown warning option" error on clang e1a5b4a <Antoine Pitrou> Disable ORC when building benchmarks 06b0665 <Antoine Pitrou> Try to fix Sphinx doc building 9b41d24 <Antoine Pitrou> Add nogil tracing 4014951 <Antoine Pitrou> ARROW-2574: Add Cython and Python code coverage