File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
command : ' sudo pip install tox'
16
16
- run :
17
17
name : Test with tox
18
- command : ' cd package /python/plotly; tox -e py27-core'
18
+ command : ' cd packages /python/plotly; tox -e py27-core'
19
19
no_output_timeout : 20m
20
20
21
21
python-3.5-core :
31
31
command : ' sudo pip install tox'
32
32
- run :
33
33
name : Test with tox
34
- command : ' cd package /python/plotly; tox -e py35-core'
34
+ command : ' cd packages /python/plotly; tox -e py35-core'
35
35
no_output_timeout : 20m
36
36
37
37
python-3.6-core :
47
47
command : ' sudo pip install tox'
48
48
- run :
49
49
name : Test with tox
50
- command : ' cd package /python/plotly; tox -e py36-core'
50
+ command : ' cd packages /python/plotly; tox -e py36-core'
51
51
no_output_timeout : 20m
52
52
53
53
python-3.7-core :
You can’t perform that action at this time.
0 commit comments