Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f86c1dd

Browse files
committed
Use local dependency on plotly in tox.ini for chart_studio
1 parent adc343a commit f86c1dd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

chart-studio-package/tox.ini

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ deps=
6060
retrying==1.3.3
6161
pytest==3.5.1
6262
backports.tempfile==1.0
63-
plot_ly: pandas==0.23.2
64-
plot_ly: numpy==1.14.3
65-
plot_ly: ipywidgets==7.2.0
66-
plot_ly: matplotlib==2.2.3
63+
pandas==0.23.2
64+
numpy==1.14.3
65+
ipywidgets==7.2.0
66+
matplotlib==2.2.3
67+
--editable=file:///{toxinidir}/../plotly-package
68+
6769

6870
; Plot.ly environments
6971
[testenv:py27-plot_ly]

0 commit comments

Comments
 (0)