57
57
requests ==2.12.4
58
58
six ==1.10.0
59
59
pytz ==2016.10
60
+ numpy
61
+ pandas
62
+ ipywidgets
63
+ yapf
60
64
optional: numpy ==1.11.3
61
65
optional: ipython[all]==5.1.0
62
66
optional: jupyter ==1.0.0
@@ -67,23 +71,23 @@ deps=
67
71
optional: pyshp ==1.2.10
68
72
69
73
; CORE ENVIRONMENTS
70
- [testenv:py27-core]
71
- basepython ={env:PLOTLY_TOX_PYTHON_27:}
72
- commands =
73
- python --version
74
- nosetests {posargs} -x plotly/tests/test_core
75
-
76
- [testenv:py33-core]
77
- basepython ={env:PLOTLY_TOX_PYTHON_33:}
78
- commands =
79
- python --version
80
- nosetests {posargs} -x plotly/tests/test_core
81
-
82
- [testenv:py34-core]
83
- basepython ={env:PLOTLY_TOX_PYTHON_34:}
84
- commands =
85
- python --version
86
- nosetests {posargs} -x plotly/tests/test_core
74
+ ; [testenv:py27-core]
75
+ ; basepython={env:PLOTLY_TOX_PYTHON_27:}
76
+ ; commands=
77
+ ; python --version
78
+ ; nosetests {posargs} -x plotly/tests/test_core
79
+ ;
80
+ ; [testenv:py33-core]
81
+ ; basepython={env:PLOTLY_TOX_PYTHON_33:}
82
+ ; commands=
83
+ ; python --version
84
+ ; nosetests {posargs} -x plotly/tests/test_core
85
+ ;
86
+ ; [testenv:py34-core]
87
+ ; basepython={env:PLOTLY_TOX_PYTHON_34:}
88
+ ; commands=
89
+ ; python --version
90
+ ; nosetests {posargs} -x plotly/tests/test_core
87
91
88
92
[testenv:py35-core]
89
93
basepython ={env:PLOTLY_TOX_PYTHON_35:}
@@ -92,21 +96,21 @@ commands=
92
96
nosetests {posargs} -x plotly/tests/test_core
93
97
94
98
; OPTIONAL ENVIRONMENTS
95
- [testenv:py27-optional]
96
- basepython ={env:PLOTLY_TOX_PYTHON_27:}
97
- commands =
98
- python --version
99
- ; Do some coverage reporting. No need to do this for all environments.
100
- mkdir -p {envbindir}/../../coverage-reports/{envname}
101
- coverage erase
102
- coverage run --include =" */plotly/*" --omit =" */tests*" {envbindir}/nosetests {posargs} -x plotly/tests
103
- coverage html -d " {envbindir}/../../coverage-reports/{envname}" --title ={envname}
104
-
105
- [testenv:py34-optional]
106
- basepython ={env:PLOTLY_TOX_PYTHON_34:}
107
- commands =
108
- python --version
109
- nosetests {posargs} -x plotly/tests
99
+ ; [testenv:py27-optional]
100
+ ; basepython={env:PLOTLY_TOX_PYTHON_27:}
101
+ ; commands=
102
+ ; python --version
103
+ ; ; Do some coverage reporting. No need to do this for all environments.
104
+ ; mkdir -p {envbindir}/../../coverage-reports/{envname}
105
+ ; coverage erase
106
+ ; coverage run --include="*/plotly/*" --omit="*/tests*" {envbindir}/nosetests {posargs} -x plotly/tests
107
+ ; coverage html -d "{envbindir}/../../coverage-reports/{envname}" --title={envname}
108
+ ;
109
+ ; [testenv:py34-optional]
110
+ ; basepython={env:PLOTLY_TOX_PYTHON_34:}
111
+ ; commands=
112
+ ; python --version
113
+ ; nosetests {posargs} -x plotly/tests
110
114
111
115
[testenv:py35-optional]
112
116
basepython ={env:PLOTLY_TOX_PYTHON_35:}
0 commit comments