Skip to content

Commit a5ce761

Browse files
committed
Fix more circleci paths
1 parent da290d4 commit a5ce761

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
command: 'sudo pip install tox'
1616
- run:
1717
name: Test with tox
18-
command: 'cd package/python/plotly; tox -e py27-core'
18+
command: 'cd packages/python/plotly; tox -e py27-core'
1919
no_output_timeout: 20m
2020

2121
python-3.5-core:
@@ -31,7 +31,7 @@ jobs:
3131
command: 'sudo pip install tox'
3232
- run:
3333
name: Test with tox
34-
command: 'cd package/python/plotly; tox -e py35-core'
34+
command: 'cd packages/python/plotly; tox -e py35-core'
3535
no_output_timeout: 20m
3636

3737
python-3.6-core:
@@ -47,7 +47,7 @@ jobs:
4747
command: 'sudo pip install tox'
4848
- run:
4949
name: Test with tox
50-
command: 'cd package/python/plotly; tox -e py36-core'
50+
command: 'cd packages/python/plotly; tox -e py36-core'
5151
no_output_timeout: 20m
5252

5353
python-3.7-core:

0 commit comments

Comments
 (0)