Skip to content

Commit 4a76df0

Browse files
committed
plot_ly tests don't need to run core.
They have the same dependencies as core. The optional test jobs run the core tests because they have a different set of dependencies
1 parent 9e77c16 commit 4a76df0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,19 +135,16 @@ commands=
135135
basepython={env:PLOTLY_TOX_PYTHON_27:}
136136
commands=
137137
python --version
138-
nosetests {posargs} -x plotly/tests/test_core
139138
nosetests {posargs} -x plotly/tests/test_plot_ly
140139

141140
[testenv:py34-plot_ly]
142141
basepython={env:PLOTLY_TOX_PYTHON_34:}
143142
commands=
144143
python --version
145-
nosetests {posargs} -x plotly/tests/test_core
146144
nosetests {posargs} -x plotly/tests/test_plot_ly
147145

148146
[testenv:py37-plot_ly]
149147
basepython={env:PLOTLY_TOX_PYTHON_37:}
150148
commands=
151149
python --version
152-
nosetests {posargs} -x plotly/tests/test_core
153150
nosetests {posargs} -x plotly/tests/test_plot_ly

0 commit comments

Comments
 (0)