We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e77c16 commit 4a76df0Copy full SHA for 4a76df0
tox.ini
@@ -135,19 +135,16 @@ commands=
135
basepython={env:PLOTLY_TOX_PYTHON_27:}
136
commands=
137
python --version
138
- nosetests {posargs} -x plotly/tests/test_core
139
nosetests {posargs} -x plotly/tests/test_plot_ly
140
141
[testenv:py34-plot_ly]
142
basepython={env:PLOTLY_TOX_PYTHON_34:}
143
144
145
146
147
148
[testenv:py37-plot_ly]
149
basepython={env:PLOTLY_TOX_PYTHON_37:}
150
151
152
153
0 commit comments