File tree Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Expand file tree Collapse file tree 2 files changed +14
-16
lines changed Original file line number Diff line number Diff line change 10
10
matrix :
11
11
fast_finish : true
12
12
include :
13
- - python : 3.5
14
- env : PANDAS=0.21 NUMPY=1.13
15
- - python : 3.5
16
- env : PANDAS=0.22 NUMPY=1.13
17
13
- python : 3.6
18
- env : PANDAS=0.23 NUMPY=1.14
14
+ env : PANDAS=0.23 NUMPY=1.16
19
15
- python : 3.7
20
16
env : PANDAS=0.25 NUMPY=1.17 DOCBUILD=true
21
17
- python : 3.7
22
- env : PANDAS=0.25 NUMPY=1.17
23
- - python : 3.7
24
- env : TEST_TYPE="quandl" PANDAS=0.25 NUMPY=1.17
25
- - python : 3.8
26
18
env : PANDAS=0.25 NUMPY=1.18
19
+ - python : 3.8
20
+ env : PANDAS=1 NUMPY=1.18
21
+ - python : 3.8
22
+ env : PANDAS=1 NUMPY=1.19
23
+ - python : 3.7
24
+ env : TEST_TYPE="quandl" PANDAS=1 NUMPY=1.19
27
25
# In allow failures
28
26
- python : 3.7
29
- env : TEST_TYPE="alpha_vantage" PANDAS=0.25 NUMPY=1.17
27
+ env : TEST_TYPE="alpha_vantage" PANDAS=1 NUMPY=1.19
30
28
- python : 3.7
31
- env : TEST_TYPE="not stable and not alpha_vantage and not quandl" PANDAS=0.25 NUMPY=1.17
29
+ env : TEST_TYPE="not stable and not alpha_vantage and not quandl" PANDAS=1 NUMPY=1.19
32
30
- python : 3.7
33
- env : PANDAS="MASTER" NUMPY=1.17
31
+ env : PANDAS="MASTER" NUMPY=1.18
34
32
allow_failures :
35
33
- python : 3.7
36
34
env : PANDAS="MASTER" NUMPY=1.17
37
35
- python : 3.7
38
- env : TEST_TYPE="alpha_vantage" PANDAS=0.25 NUMPY=1.17
36
+ env : TEST_TYPE="alpha_vantage" PANDAS=1 NUMPY=1.19
39
37
- python : 3.7
40
- env : TEST_TYPE="not stable and not alpha_vantage and not quandl" PANDAS=0.25 NUMPY=1.17
38
+ env : TEST_TYPE="not stable and not alpha_vantage and not quandl" PANDAS=1 NUMPY=1.19
41
39
42
40
install :
43
41
- source ci/pypi-install.sh;
Original file line number Diff line number Diff line change 1
1
lxml
2
- pandas >= 0.21
3
- requests >= 2.3 .0
2
+ pandas >= 0.23
3
+ requests >= 2.19 .0
You can’t perform that action at this time.
0 commit comments