Skip to content

Commit 60452fd

Browse files
committed
remove py2.7 and see what happens
1 parent bac2430 commit 60452fd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

circle.yml

+5-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
@@ -69,3 +69,7 @@ test:
6969
source venv/bin/activate &&
7070
pip install ../dist/* &&
7171
python -c "import plotly"
72+
73+
# run codegen in python 3.6 and test if import python works
74+
# - rm -rf dist/ &&
75+

meta.yaml

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

6162
# commands:

0 commit comments

Comments
 (0)