@@ -31,11 +31,11 @@ jobs:
31
31
command : " cd packages/python/plotly; tox -e py27-core"
32
32
no_output_timeout : 20m
33
33
34
- python-3.6 -core :
34
+ python-3.5 -core :
35
35
docker :
36
- - image : circleci/python:3.6 -stretch-node-browsers
36
+ - image : circleci/python:3.5 -stretch-node-browsers
37
37
environment :
38
- PLOTLY_TOX_PYTHON_36 : python3.6
38
+ PLOTLY_TOX_PYTHON_35 : python3.5
39
39
40
40
steps :
41
41
- checkout
@@ -44,14 +44,14 @@ jobs:
44
44
command : " sudo pip install tox"
45
45
- run :
46
46
name : Test with tox
47
- command : " cd packages/python/plotly; tox -e py36 -core"
47
+ command : " cd packages/python/plotly; tox -e py35 -core"
48
48
no_output_timeout : 20m
49
49
50
- python-3.7 -core :
50
+ python-3.6 -core :
51
51
docker :
52
- - image : circleci/python:3.7 -stretch-node-browsers
52
+ - image : circleci/python:3.6 -stretch-node-browsers
53
53
environment :
54
- PLOTLY_TOX_PYTHON_37 : python3.7
54
+ PLOTLY_TOX_PYTHON_36 : python3.6
55
55
56
56
steps :
57
57
- checkout
@@ -60,14 +60,14 @@ jobs:
60
60
command : " sudo pip install tox"
61
61
- run :
62
62
name : Test with tox
63
- command : " cd packages/python/plotly; tox -e py37 -core"
63
+ command : " cd packages/python/plotly; tox -e py36 -core"
64
64
no_output_timeout : 20m
65
65
66
- python-3.8 -core :
66
+ python-3.7 -core :
67
67
docker :
68
- - image : circleci/python:3.8.7
68
+ - image : circleci/python:3.7-stretch-node-browsers
69
69
environment :
70
- PLOTLY_TOX_PYTHON_38 : python3.8
70
+ PLOTLY_TOX_PYTHON_37 : python3.7
71
71
72
72
steps :
73
73
- checkout
76
76
command : " sudo pip install tox"
77
77
- run :
78
78
name : Test with tox
79
- command : " cd packages/python/plotly; tox -e py38 -core"
79
+ command : " cd packages/python/plotly; tox -e py37 -core"
80
80
no_output_timeout : 20m
81
81
82
82
python-3.7-percy :
@@ -128,11 +128,11 @@ jobs:
128
128
command : " cd packages/python/plotly; tox -e py27-optional"
129
129
no_output_timeout : 20m
130
130
131
- python-3.6 -optional :
131
+ python-3.5 -optional :
132
132
docker :
133
- - image : circleci/python:3.6 -stretch-node-browsers
133
+ - image : circleci/python:3.5 -stretch-node-browsers
134
134
environment :
135
- PLOTLY_TOX_PYTHON_36 : python3.6
135
+ PLOTLY_TOX_PYTHON_35 : python3.5
136
136
137
137
steps :
138
138
- checkout
@@ -141,14 +141,14 @@ jobs:
141
141
command : " sudo pip install tox"
142
142
- run :
143
143
name : Test with tox
144
- command : " cd packages/python/plotly; tox -e py36 -optional"
144
+ command : " cd packages/python/plotly; tox -e py35 -optional"
145
145
no_output_timeout : 20m
146
146
147
- python-3.7 -optional :
147
+ python-3.6 -optional :
148
148
docker :
149
- - image : circleci/python:3.7 -stretch-node-browsers
149
+ - image : circleci/python:3.6 -stretch-node-browsers
150
150
environment :
151
- PLOTLY_TOX_PYTHON_37 : python3.7
151
+ PLOTLY_TOX_PYTHON_36 : python3.6
152
152
153
153
steps :
154
154
- checkout
@@ -157,14 +157,14 @@ jobs:
157
157
command : " sudo pip install tox"
158
158
- run :
159
159
name : Test with tox
160
- command : " cd packages/python/plotly; tox -e py37 -optional"
160
+ command : " cd packages/python/plotly; tox -e py36 -optional"
161
161
no_output_timeout : 20m
162
162
163
- python-3.8 -optional :
163
+ python-3.7 -optional :
164
164
docker :
165
- - image : circleci/python:3.8.7
165
+ - image : circleci/python:3.7-stretch-node-browsers
166
166
environment :
167
- PLOTLY_TOX_PYTHON_38 : python3.8
167
+ PLOTLY_TOX_PYTHON_37 : python3.7
168
168
169
169
steps :
170
170
- checkout
@@ -173,7 +173,7 @@ jobs:
173
173
command : " sudo pip install tox"
174
174
- run :
175
175
name : Test with tox
176
- command : " cd packages/python/plotly; tox -e py38 -optional"
176
+ command : " cd packages/python/plotly; tox -e py37 -optional"
177
177
no_output_timeout : 20m
178
178
179
179
# Plot.ly
@@ -255,23 +255,23 @@ jobs:
255
255
- store_artifacts :
256
256
path : plotly/tests/test_orca/images/linux/failed
257
257
258
- python-3-6 -orca :
258
+ python-3-5 -orca :
259
259
docker :
260
260
- image : circleci/node:10.9-stretch-browsers
261
261
environment :
262
- PYTHON_VERSION : 3.6
262
+ PYTHON_VERSION : 3.5
263
263
264
264
steps :
265
265
- checkout
266
266
- restore_cache :
267
267
keys :
268
- - conda-36 -v1-{{ checksum ".circleci/create_conda_optional_env.sh" }}
268
+ - conda-35 -v1-{{ checksum ".circleci/create_conda_optional_env.sh" }}
269
269
- run :
270
270
name : Create conda environment
271
271
command : .circleci/create_conda_optional_env.sh
272
272
273
273
- save_cache :
274
- key : conda-36 -v1-{{ checksum ".circleci/create_conda_optional_env.sh" }}
274
+ key : conda-35 -v1-{{ checksum ".circleci/create_conda_optional_env.sh" }}
275
275
paths :
276
276
- /home/circleci/miniconda/
277
277
- run :
@@ -518,14 +518,14 @@ workflows:
518
518
build :
519
519
jobs :
520
520
- python-2.7-core
521
+ - python-3.5-core
521
522
- python-3.6-core
522
523
- python-3.7-core
523
- - python-3.8-core
524
524
- python-3.7-percy
525
525
- python-2.7-optional
526
+ - python-3.5-optional
526
527
- python-3.6-optional
527
528
- python-3.7-optional
528
- - python-3.8-optional
529
529
- python-3.7-plot_ly
530
530
- python-2-7-orca
531
531
- python-3-7-orca
0 commit comments