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 1010matrix :
1111 fast_finish : true
1212 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
1713 - python : 3.6
18- env : PANDAS=0.23 NUMPY=1.14
14+ env : PANDAS=0.23 NUMPY=1.16
1915 - python : 3.7
2016 env : PANDAS=0.25 NUMPY=1.17 DOCBUILD=true
2117 - 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
2618 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
2725 # In allow failures
2826 - 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
3028 - 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
3230 - python : 3.7
33- env : PANDAS="MASTER" NUMPY=1.17
31+ env : PANDAS="MASTER" NUMPY=1.18
3432 allow_failures :
3533 - python : 3.7
3634 env : PANDAS="MASTER" NUMPY=1.17
3735 - 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
3937 - 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
4139
4240install :
4341 - source ci/pypi-install.sh;
Original file line number Diff line number Diff line change 11lxml
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