File tree 2 files changed +48
-2
lines changed
2 files changed +48
-2
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,14 @@ matrix:
51
51
# In allow_failures
52
52
- dist : trusty
53
53
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
55
55
allow_failures :
56
56
- dist : trusty
57
57
env :
58
58
- JOB="3.6, slow" ENV_FILE="ci/deps/travis-36-slow.yaml" PATTERN="slow"
59
59
- dist : trusty
60
60
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
62
62
63
63
before_install :
64
64
- echo "before_install"
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments