Skip to content

Commit 2b28ac1

Browse files
committed
CI: build-docs requirements during install_travis
1 parent 7d6afc4 commit 2b28ac1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ci/build_docs.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
2121

2222
echo "Will build docs"
2323

24-
source activate pandas
25-
conda install -n pandas -c r r rpy2 --yes
26-
24+
# sudo deps
2725
time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra
2826

2927
mv "$TRAVIS_BUILD_DIR"/doc /tmp

ci/requirements-3.5_DOC_BUILD.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
source activate pandas
44

5-
echo "install DOC_BUILD"
5+
echo "[install DOC_BUILD]"
66

7+
echo "[install feather]"
78
conda install -n pandas -c conda-forge feather-format
9+
10+
echo "[install r, rpy2]"
11+
conda install -n pandas -c r r rpy2 --yes

0 commit comments

Comments
 (0)