Skip to content

Commit 23b0788

Browse files
DOC/CI: restore travis CI doc build environment (#26621)
1 parent 6354580 commit 23b0788

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ matrix:
5151
# In allow_failures
5252
- dist: trusty
5353
env:
54-
- JOB="3.6, doc" ENV_FILE="environment.yml" DOC=true
54+
- JOB="3.6, doc" ENV_FILE="ci/deps/travis-36-doc.yaml" DOC=true
5555
allow_failures:
5656
- dist: trusty
5757
env:
5858
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
5959
- dist: trusty
6060
env:
61-
- JOB="3.6, doc" ENV_FILE="environment.yml" DOC=true
61+
- JOB="3.6, doc" ENV_FILE="ci/deps/travis-36-doc.yaml" DOC=true
6262

6363
before_install:
6464
- echo "before_install"

ci/deps/travis-36-doc.yaml

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: pandas-dev
2+
channels:
3+
- defaults
4+
- conda-forge
5+
dependencies:
6+
- beautifulsoup4
7+
- bottleneck
8+
- cython>=0.28.2
9+
- fastparquet>=0.2.1
10+
- gitpython
11+
- html5lib
12+
- hypothesis>=3.58.0
13+
- ipykernel
14+
- ipython
15+
- ipywidgets
16+
- lxml
17+
- matplotlib
18+
- nbconvert>=5.4.1
19+
- nbformat
20+
- nbsphinx
21+
- notebook>=5.7.5
22+
- numexpr
23+
- numpy
24+
- numpydoc
25+
- openpyxl
26+
- pandoc
27+
- pyarrow
28+
- pyqt
29+
- pytables
30+
- python-dateutil
31+
- python-snappy
32+
- python=3.6.*
33+
- pytz
34+
- scipy
35+
- seaborn
36+
- sphinx
37+
- sqlalchemy
38+
- statsmodels
39+
- xarray
40+
- xlrd
41+
- xlsxwriter
42+
- xlwt
43+
# universal
44+
- pytest>=4.0.2
45+
- pytest-xdist
46+
- isort

0 commit comments

Comments
 (0)