1818 command : ' tox -e py27-core'
1919 no_output_timeout : 20m
2020
21- python-3.4-core :
22- docker :
23- - image : circleci/python:3.4-stretch-node-browsers
24- environment :
25- PLOTLY_TOX_PYTHON_34 : python3.4
26-
27- steps :
28- - checkout
29- - run :
30- name : Install tox
31- command : ' sudo pip install tox'
32- - run :
33- name : Test with tox
34- command : ' tox -e py34-core'
35- no_output_timeout : 20m
36-
3721 python-3.5-core :
3822 docker :
3923 - image : circleci/python:3.5-stretch-node-browsers
@@ -103,26 +87,6 @@ jobs:
10387 command : ' tox -e py27-optional'
10488 no_output_timeout : 20m
10589
106- python-3.4-optional :
107- docker :
108- - image : circleci/python:3.4-stretch-node-browsers
109- environment :
110- PLOTLY_TOX_PYTHON_34 : python3.4
111-
112- steps :
113- - checkout
114- - run :
115- name : Install tox
116- command : ' sudo pip install tox'
117- - run :
118- name : Install npm dependencies
119- command : cd plotly/tests/test_optional/test_jupyter && npm install
120- no_output_timeout : 20m
121- - run :
122- name : Test with tox
123- command : ' tox -e py34-optional'
124- no_output_timeout : 20m
125-
12690 python-3.5-optional :
12791 docker :
12892 - image : circleci/python:3.5-stretch-node-browsers
@@ -200,11 +164,11 @@ jobs:
200164 command : ' tox -e py27-plot_ly'
201165 no_output_timeout : 20m
202166
203- python-3.4 -plot_ly :
167+ python-3.5 -plot_ly :
204168 docker :
205- - image : circleci/python:3.4 -stretch-node-browsers
169+ - image : circleci/python:3.5 -stretch-node-browsers
206170 environment :
207- PLOTLY_TOX_PYTHON_34 : python3.4
171+ PLOTLY_TOX_PYTHON_35 : python3.5
208172
209173 steps :
210174 - checkout
@@ -213,7 +177,7 @@ jobs:
213177 command : ' sudo pip install tox'
214178 - run :
215179 name : Test with tox
216- command : ' tox -e py34 -plot_ly'
180+ command : ' tox -e py35 -plot_ly'
217181 no_output_timeout : 20m
218182
219183 python-3.7-plot_ly :
@@ -322,67 +286,6 @@ jobs:
322286 - store_artifacts :
323287 path : plotly/tests/test_orca/images/linux/failed
324288
325-
326- python-2-7-conda :
327- docker :
328- - image : continuumio/miniconda3:4.5.4
329- environment :
330- PYTHON_VERSION : 2.7
331-
332- steps :
333- - checkout
334- - run :
335- name : Create packages
336- command : .circleci/create_conda_packages.sh
337- no_output_timeout : 20m
338- - store_artifacts :
339- path : artifacts
340-
341- python-3-5-conda :
342- docker :
343- - image : continuumio/miniconda3:4.5.4
344- environment :
345- PYTHON_VERSION : 3.5
346-
347- steps :
348- - checkout
349- - run :
350- name : Create packages
351- command : .circleci/create_conda_packages.sh
352- no_output_timeout : 20m
353- - store_artifacts :
354- path : artifacts
355-
356- python-3-6-conda :
357- docker :
358- - image : continuumio/miniconda3:4.5.4
359- environment :
360- PYTHON_VERSION : 3.6
361-
362- steps :
363- - checkout
364- - run :
365- name : Create packages
366- command : .circleci/create_conda_packages.sh
367- no_output_timeout : 20m
368- - store_artifacts :
369- path : artifacts
370-
371- python-3-7-conda :
372- docker :
373- - image : continuumio/miniconda3:4.5.4
374- environment :
375- PYTHON_VERSION : 3.7
376-
377- steps :
378- - checkout
379- - run :
380- name : Create packages
381- command : .circleci/create_conda_packages.sh
382- no_output_timeout : 20m
383- - store_artifacts :
384- path : artifacts
385-
386289 plotlyjs_dev_build :
387290 docker :
388291 - image : circleci/python:3.7-stretch-node-browsers
@@ -442,20 +345,17 @@ workflows:
442345 build :
443346 jobs :
444347 - python-2.7-core
445- - python-3.4-core
446348 - python-3.5-core
447349 - python-3.6-core
448350 - python-3.7-core
449351 - python-2.7-optional
450- - python-3.4-optional
451352 - python-3.5-optional
452353 - python-3.6-optional
453354 # 3.7 optional disabled due to current shapely incompatibility
454355 # - python-3.7-optional
455356 - python-2.7-plot_ly
456- - python-3.4 -plot_ly
357+ - python-3.5 -plot_ly
457358 - python-3.7-plot_ly
458359 - python-2-7-orca
459360 - python-3-5-orca
460361 - python-3-7-orca
461-
0 commit comments