File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
PLOTLY_CONFIG_DIR : ${HOME}/.plotly
6
6
TOX_TESTENV_PASSENV : PLOTLY_TOX_*
7
- # PLOTLY_TOX_PYTHON_27: /home/ubuntu/.pyenv/versions/2.7.10/bin/python2.7
7
+ PLOTLY_TOX_PYTHON_27 : /home/ubuntu/.pyenv/versions/2.7.10/bin/python2.7
8
8
PLOTLY_TOX_PYTHON_33 : /home/ubuntu/.pyenv/versions/3.3.3/bin/python3.3
9
9
PLOTLY_TOX_PYTHON_34 : /home/ubuntu/.pyenv/versions/3.4.3/bin/python3.4
10
10
PLOTLY_TOX_PYTHON_35 : /home/ubuntu/.pyenv/versions/3.5.0/bin/python3.5
Original file line number Diff line number Diff line change 56
56
- plotly.offline
57
57
- plotly.plotly
58
58
- plotly.plotly.chunked_requests
59
- # - plotly.validators
59
+ - plotly.validators
60
60
- plotly.widgets
61
61
62
62
# commands:
Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ def run(self):
158
158
'Programming Language :: Python :: 3.3' ,
159
159
'Programming Language :: Python :: 3.4' ,
160
160
'Programming Language :: Python :: 3.5' ,
161
+ 'Programming Language :: Python :: 3.6' ,
161
162
'Topic :: Scientific/Engineering :: Visualization' ,
162
163
],
163
164
license = 'MIT' ,
@@ -173,6 +174,7 @@ def run(self):
173
174
'plotly/figure_factory' ,
174
175
'plotly/graph_objs' ,
175
176
'plotly/grid_objs' ,
177
+ 'plotly/validators' ,
176
178
'plotly/widgets' ,
177
179
'plotly/offline' ,
178
180
'plotly/matplotlylib' ,
You can’t perform that action at this time.
0 commit comments