58
58
six ==1.10.0
59
59
pytz ==2016.10
60
60
retrying ==1.3.3
61
+ pytest ==3.5.1
61
62
optional: numpy ==1.11.3
62
63
optional: ipython[all]==5.1.0
63
64
optional: jupyter ==1.0.0
@@ -73,30 +74,35 @@ basepython={env:PLOTLY_TOX_PYTHON_27:}
73
74
commands =
74
75
python --version
75
76
nosetests {posargs} -x plotly/tests/test_core
77
+ pytest _plotly_utils/tests/
76
78
77
79
[testenv:py34-core]
78
80
basepython ={env:PLOTLY_TOX_PYTHON_34:}
79
81
commands =
80
82
python --version
81
83
nosetests {posargs} -x plotly/tests/test_core
84
+ pytest _plotly_utils/tests/
82
85
83
86
[testenv:py35-core]
84
87
basepython ={env:PLOTLY_TOX_PYTHON_35:}
85
88
commands =
86
89
python --version
87
90
nosetests {posargs} -x plotly/tests/test_core
91
+ pytest _plotly_utils/tests/
88
92
89
93
[testenv:py36-core]
90
94
basepython ={env:PLOTLY_TOX_PYTHON_36:}
91
95
commands =
92
96
python --version
93
97
nosetests {posargs} -x plotly/tests/test_core
98
+ pytest _plotly_utils/tests/
94
99
95
100
[testenv:py37-core]
96
101
basepython ={env:PLOTLY_TOX_PYTHON_37:}
97
102
commands =
98
103
python --version
99
104
nosetests {posargs} -x plotly/tests/test_core
105
+ pytest _plotly_utils/tests/
100
106
101
107
; OPTIONAL ENVIRONMENTS
102
108
[testenv:py27-optional]
@@ -115,20 +121,31 @@ commands=
115
121
python --version
116
122
nosetests {posargs} -x plotly/tests/test_core
117
123
nosetests {posargs} -x plotly/tests/test_optional
124
+ pytest _plotly_utils/tests/
118
125
119
126
[testenv:py35-optional]
120
127
basepython ={env:PLOTLY_TOX_PYTHON_35:}
121
128
commands =
122
129
python --version
123
130
nosetests {posargs} -x plotly/tests/test_core
124
131
nosetests {posargs} -x plotly/tests/test_optional
132
+ pytest _plotly_utils/tests/
125
133
126
134
[testenv:py36-optional]
127
135
basepython ={env:PLOTLY_TOX_PYTHON_36:}
128
136
commands =
129
137
python --version
130
138
nosetests {posargs} -x plotly/tests/test_core
131
139
nosetests {posargs} -x plotly/tests/test_optional
140
+ pytest _plotly_utils/tests/
141
+
142
+ [testenv:py37-optional]
143
+ basepython ={env:PLOTLY_TOX_PYTHON_37:}
144
+ commands =
145
+ python --version
146
+ nosetests {posargs} -x plotly/tests/test_core
147
+ nosetests {posargs} -x plotly/tests/test_optional
148
+ pytest _plotly_utils/tests/
132
149
133
150
; Plot.ly environments
134
151
[testenv:py27-plot_ly]
0 commit comments