Skip to content

Commit e22f2b6

Browse files
committed
CI updates
1 parent 38032c9 commit e22f2b6

File tree

3 files changed

+3
-41
lines changed

3 files changed

+3
-41
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,10 +300,10 @@ jobs:
300300
command: 'sudo pip install tox requests yapf pytz decorator retrying inflect'
301301
- run:
302302
name: Update plotlywidget version
303-
command: 'python setup.py updateplotlywidgetversion'
303+
command: 'cd plotly-package; python setup.py updateplotlywidgetversion'
304304
- run:
305305
name: Update plotly.js to dev
306-
command: 'python setup.py updateplotlyjsdev'
306+
command: 'cd plotly-package; python setup.py updateplotlyjsdev'
307307
- run:
308308
name: Test with tox
309309
command: |
@@ -322,6 +322,7 @@ jobs:
322322
- run:
323323
name: Build source distribution package
324324
command: |
325+
cd plotly-package
325326
python setup.py sdist
326327
sudo cp dist/* /dist
327328
when: always

plotly-package/plotly/tests/test_core/test_tools/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

plotly-package/plotly/tests/test_core/test_tools/test_validate.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)