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