Skip to content

Commit e914f06

Browse files
committed
Run parquet-cpp unit tests in Travis CI
Change-Id: I782dbd3b52796161912776e5939e4b469646ee8b
1 parent be5d73f commit e914f06

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ci/travis_script_python.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ python_version_tests() {
4242
# Expensive dependencies install from Continuum package repo
4343
conda install -y pip numpy pandas cython
4444

45+
# Install only parquet-cpp, without its dependencies
46+
conda install -y --no-deps parquet-cpp
47+
4548
# Other stuff pip install
4649
pip install -r requirements.txt
4750

48-
python setup.py build_ext --inplace
51+
python setup.py build_ext --inplace --with-parquet
4952

5053
python -m pytest -vv -r sxX pyarrow
5154

0 commit comments

Comments
 (0)