File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
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
69
69
source venv/bin/activate &&
70
70
pip install ../dist/* &&
71
71
python -c "import plotly"
72
+
73
+ # run codegen in python 3.6 and test if import python works
74
+ # - rm -rf dist/ &&
75
+
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
60
- plotly.widgets
60
61
61
62
# commands:
You can’t perform that action at this time.
0 commit comments