We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6afc4 commit 2b28ac1Copy full SHA for 2b28ac1
ci/build_docs.sh
@@ -21,9 +21,7 @@ if [ x"$DOC_BUILD" != x"" ]; then
21
22
echo "Will build docs"
23
24
- source activate pandas
25
- conda install -n pandas -c r r rpy2 --yes
26
-
+ # sudo deps
27
time sudo apt-get $APT_ARGS install dvipng texlive-latex-base texlive-latex-extra
28
29
mv "$TRAVIS_BUILD_DIR"/doc /tmp
ci/requirements-3.5_DOC_BUILD.sh
@@ -2,6 +2,10 @@
2
3
source activate pandas
4
5
-echo "install DOC_BUILD"
+echo "[install DOC_BUILD]"
6
7
+echo "[install feather]"
8
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