File tree 2 files changed +43
-0
lines changed
2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,12 @@ matrix:
43
43
- env :
44
44
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network and not clipboard)"
45
45
46
+ - env :
47
+ - JOB="3.8, slow" ENV_FILE="ci/deps/travis-38-slow.yaml" PATTERN="slow" SQL="1"
48
+ services :
49
+ - mysql
50
+ - postgresql
51
+
46
52
- env :
47
53
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network and not clipboard)"
48
54
Original file line number Diff line number Diff line change
1
+ name : pandas-dev
2
+ channels :
3
+ - defaults
4
+ - conda-forge
5
+ dependencies :
6
+ - python=3.8.*
7
+
8
+ # tools
9
+ - cython>=0.29.21
10
+ - pytest>=5.0.1
11
+ - pytest-xdist>=1.21
12
+ - hypothesis>=3.58.0
13
+
14
+ # pandas dependencies
15
+ - beautifulsoup4
16
+ - fsspec>=0.7.4
17
+ - html5lib
18
+ - lxml
19
+ - matplotlib
20
+ - numexpr
21
+ - numpy
22
+ - openpyxl
23
+ - patsy
24
+ - psycopg2
25
+ - pymysql
26
+ - pytables
27
+ - python-dateutil
28
+ - pytz
29
+ - s3fs>=0.4.0
30
+ - moto>=1.3.14
31
+ - scipy
32
+ - sqlalchemy
33
+ - xlrd
34
+ - xlsxwriter
35
+ - xlwt
36
+ - moto
37
+ - flask
You can’t perform that action at this time.
0 commit comments