Skip to content

Commit 3000c5d

Browse files
committed
CI: add py38 slow build pandas-dev#35160
1 parent 054c49c commit 3000c5d

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ matrix:
4343
- env:
4444
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network and not clipboard)"
4545

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+
4652
- env:
4753
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network and not clipboard)"
4854

ci/deps/travis-38-slow.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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

0 commit comments

Comments
 (0)