File tree 8 files changed +46
-68
lines changed
8 files changed +46
-68
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ matrix:
41
41
- JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)"
42
42
43
43
- env :
44
- - JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network and not clipboard) "
45
-
46
- - env :
47
- - JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network and not clipboard)"
44
+ - JOB="3.8, slow " ENV_FILE="ci/deps/travis-38-slow .yaml" PATTERN="slow" SQL="1 "
45
+ services :
46
+ - mysql
47
+ - postgresql
48
48
49
49
- env :
50
50
- JOB="3.7, locale" ENV_FILE="ci/deps/travis-37-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
Original file line number Diff line number Diff line change @@ -20,39 +20,35 @@ jobs:
20
20
CONDA_PY : " 37"
21
21
PATTERN : " not slow and not network and not clipboard"
22
22
23
+ py37 :
24
+ ENV_FILE : ci/deps/azure-37.yaml
25
+ CONDA_PY : " 37"
26
+ PATTERN : " not slow and not network and not clipboard"
27
+
23
28
py37_locale_slow :
24
29
ENV_FILE : ci/deps/azure-37-locale_slow.yaml
25
30
CONDA_PY : " 37"
26
31
PATTERN : " slow"
27
- # pandas does not use the language (zh_CN), but should support different encodings (utf8)
28
- # we should test with encodings different than utf8, but doesn't seem like Ubuntu supports any
29
- LANG : " zh_CN.utf8"
30
- LC_ALL : " zh_CN.utf8"
31
- EXTRA_APT : " language-pack-zh-hans"
32
+ LANG : " it_IT.utf8"
33
+ LC_ALL : " it_IT.utf8"
34
+ EXTRA_APT : " language-pack-it xsel"
32
35
33
36
py37_slow :
34
37
ENV_FILE : ci/deps/azure-37-slow.yaml
35
38
CONDA_PY : " 37"
36
39
PATTERN : " slow"
37
40
38
- py37_locale :
39
- ENV_FILE : ci/deps/azure-37-locale.yaml
40
- CONDA_PY : " 37"
41
- PATTERN : " not slow and not network"
42
- LANG : " it_IT.utf8"
43
- LC_ALL : " it_IT.utf8"
44
- EXTRA_APT : " language-pack-it xsel"
45
-
46
- # py37_32bit:
47
- # ENV_FILE: ci/deps/azure-37-32bit.yaml
48
- # CONDA_PY: "37"
49
- # PATTERN: "not slow and not network and not clipboard"
50
- # BITS32: "yes"
41
+ py38 :
42
+ ENV_FILE : ci/deps/azure-38.yaml
43
+ CONDA_PY : " 38"
44
+ PATTERN : " not slow and not network and not clipboard"
51
45
52
46
py38_locale :
53
47
ENV_FILE : ci/deps/azure-38-locale.yaml
54
48
CONDA_PY : " 38"
55
49
PATTERN : " not slow and not network"
50
+ # pandas does not use the language (zh_CN), but should support different encodings (utf8)
51
+ # we should test with encodings different than utf8, but doesn't seem like Ubuntu supports any
56
52
LANG : " zh_CN.utf8"
57
53
LC_ALL : " zh_CN.utf8"
58
54
EXTRA_APT : " language-pack-zh-hans xsel"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies:
10
10
- pytest>=5.0.1
11
11
- pytest-xdist>=1.21
12
12
- hypothesis>=3.58.0
13
+ - pytest-azurepipelines
13
14
14
15
# pandas dependencies
15
16
- beautifulsoup4
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ dependencies:
10
10
- pytest>=5.0.1
11
11
- pytest-xdist>=1.21
12
12
- hypothesis>=3.58.0
13
+ - pytest-azurepipelines
13
14
14
15
# pandas dependencies
15
16
- botocore>=1.11
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ dependencies:
10
10
- pytest>=5.0.1
11
11
- pytest-xdist>=1.21
12
12
- hypothesis>=3.58.0
13
+ - pytest-azurepipelines
13
14
14
15
# pandas dependencies
15
16
- numpy
16
17
- python-dateutil
17
18
- nomkl
18
19
- pytz
19
- - pip
20
20
- tabulate==0.8.3
Original file line number Diff line number Diff line change @@ -11,7 +11,12 @@ dependencies:
11
11
- pytest-xdist>=1.21
12
12
- hypothesis>=3.58.0
13
13
14
- # pandas dependencies
14
+ # required
15
+ - numpy
16
+ - python-dateutil
17
+ - pytz
18
+
19
+ # optional
15
20
- beautifulsoup4
16
21
- blosc=1.15.0
17
22
- python-blosc
@@ -20,22 +25,23 @@ dependencies:
20
25
- ipython
21
26
- jinja2
22
27
- lxml=4.3.0
23
- - matplotlib=3.0.*
28
+ - matplotlib
24
29
- nomkl
25
30
- numexpr
26
- - numpy
27
31
- openpyxl
28
32
- pandas-gbq
29
33
- google-cloud-bigquery>=1.27.2 # GH 36436
30
34
- pyarrow>=0.17
31
- - psycopg2=2.7
32
- - pymysql=0.7.11
33
35
- pytables>=3.5.1
34
- - python-dateutil
35
- - pytz
36
36
- scipy
37
- - sqlalchemy=1.3.0
38
37
- xarray=0.12.0
39
38
- xlrd
40
39
- xlsxwriter
41
40
- xlwt
41
+ - moto
42
+ - flask
43
+
44
+ # sql
45
+ - psycopg2=2.7
46
+ - pymysql=0.7.11
47
+ - sqlalchemy=1.3.0
Original file line number Diff line number Diff line change @@ -3,35 +3,35 @@ channels:
3
3
- defaults
4
4
- conda-forge
5
5
dependencies :
6
- - python=3.7 .*
6
+ - python=3.8 .*
7
7
8
8
# tools
9
9
- cython>=0.29.21
10
10
- pytest>=5.0.1
11
11
- pytest-xdist>=1.21
12
- - pytest-asyncio
13
12
- hypothesis>=3.58.0
14
- - pytest-azurepipelines
15
13
16
14
# pandas dependencies
17
15
- beautifulsoup4
16
+ - fsspec>=0.7.4
18
17
- html5lib
19
- - ipython
20
- - jinja2
21
18
- lxml
22
- - matplotlib>=3.3.0
23
- - moto
24
- - flask
25
- - nomkl
19
+ - matplotlib
26
20
- numexpr
27
- - numpy=1.16.*
21
+ - numpy
28
22
- openpyxl
23
+ - patsy
24
+ - psycopg2
25
+ - pymysql
29
26
- pytables
30
27
- python-dateutil
31
28
- pytz
29
+ - s3fs>=0.4.0
30
+ - moto>=1.3.14
32
31
- scipy
33
- - xarray
32
+ - sqlalchemy
34
33
- xlrd
35
34
- xlsxwriter
36
35
- xlwt
37
36
- moto
37
+ - flask
You can’t perform that action at this time.
0 commit comments