Skip to content

Commit 4f666cb

Browse files
committed
put py2 back in and add py36 to setup classifiers
1 parent 60452fd commit 4f666cb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ machine:
44

55
PLOTLY_CONFIG_DIR: ${HOME}/.plotly
66
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
88
PLOTLY_TOX_PYTHON_33: /home/ubuntu/.pyenv/versions/3.3.3/bin/python3.3
99
PLOTLY_TOX_PYTHON_34: /home/ubuntu/.pyenv/versions/3.4.3/bin/python3.4
1010
PLOTLY_TOX_PYTHON_35: /home/ubuntu/.pyenv/versions/3.5.0/bin/python3.5

meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ test:
5656
- plotly.offline
5757
- plotly.plotly
5858
- plotly.plotly.chunked_requests
59-
# - plotly.validators
59+
- plotly.validators
6060
- plotly.widgets
6161

6262
# commands:

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def run(self):
158158
'Programming Language :: Python :: 3.3',
159159
'Programming Language :: Python :: 3.4',
160160
'Programming Language :: Python :: 3.5',
161+
'Programming Language :: Python :: 3.6',
161162
'Topic :: Scientific/Engineering :: Visualization',
162163
],
163164
license='MIT',
@@ -173,6 +174,7 @@ def run(self):
173174
'plotly/figure_factory',
174175
'plotly/graph_objs',
175176
'plotly/grid_objs',
177+
'plotly/validators',
176178
'plotly/widgets',
177179
'plotly/offline',
178180
'plotly/matplotlylib',

0 commit comments

Comments
 (0)