This is an automated email from the ASF dual-hosted git repository.

uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 148ab9c  ARROW-2156: [CI] Isolate Sphinx dependencies
148ab9c is described below

commit 148ab9cdf9fcf3eaad521611838c2184d623303d
Author: Antoine Pitrou <[email protected]>
AuthorDate: Thu Feb 15 19:00:15 2018 +0100

    ARROW-2156: [CI] Isolate Sphinx dependencies
    
    Not sure how much time this saves in practice, since build times are quite 
varying, but it feels like a no-brainer.
    
    Author: Antoine Pitrou <[email protected]>
    
    Closes #1606 from pitrou/ARROW-2156-isolate-sphinx-deps and squashes the 
following commits:
    
    0baadb9 [Antoine Pitrou] ARROW-2156: [CI] Isolate Sphinx dependencies
---
 ci/travis_script_python.sh | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/ci/travis_script_python.sh b/ci/travis_script_python.sh
index dbaaab8..a487da5 100755
--- a/ci/travis_script_python.sh
+++ b/ci/travis_script_python.sh
@@ -41,12 +41,7 @@ conda install -y -q pip \
       cloudpickle \
       numpy=1.13.1 \
       pandas \
-      cython \
-      ipython \
-      matplotlib \
-      numpydoc \
-      sphinx \
-      sphinx_bootstrap_theme
+      cython
 
 if [ "$PYTHON_VERSION" != "2.7" ] || [ $TRAVIS_OS_NAME != "osx" ]; then
   # Install pytorch for torch tensor conversion tests
@@ -103,6 +98,13 @@ python -m pytest -vv -r sxX --durations=15 -s $PYARROW_PATH 
--parquet
 
 if [ "$PYTHON_VERSION" == "3.6" ] && [ $TRAVIS_OS_NAME == "linux" ]; then
   # Build documentation once
+  conda install -y -q \
+        ipython \
+        matplotlib \
+        numpydoc \
+        sphinx \
+        sphinx_bootstrap_theme
+
   pushd $ARROW_PYTHON_DIR/doc
   sphinx-build -q -b html -d _build/doctrees -W source _build/html
   popd

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to