File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,20 @@ matrix:
13
13
env : MARIONETTE=1 TASK=//java/client/test/com/thoughtworks/selenium:firefox-rc-test:run
14
14
addons :
15
15
firefox : latest-nightly
16
+ - language : python
17
+ python : 2.7
18
+ env : CHROME=1 TOXENV=py27-chrome
19
+ addons :
20
+ apt :
21
+ packages :
22
+ - google-chrome-stable
23
+ - language : python
24
+ python : 3.6
25
+ env : CHROME=1 TOXENV=py36-chrome
26
+ addons :
27
+ apt :
28
+ packages :
29
+ - google-chrome-stable
16
30
- language : python
17
31
python : 2.7
18
32
env : MARIONETTE=1 TOXENV=py27-marionette
@@ -145,13 +159,6 @@ matrix:
145
159
env : TOXENV=py27-firefox
146
160
addons :
147
161
firefox : latest-esr
148
- - language : python
149
- python : 2.7
150
- env : CHROME=1 TOXENV=py27-chrome
151
- addons :
152
- apt :
153
- packages :
154
- - google-chrome-stable
155
162
- language : python
156
163
python : 2.7
157
164
env : PHANTOMJS=1 TOXENV=py27-phantomjs
@@ -186,13 +193,6 @@ matrix:
186
193
- language : python
187
194
python : 3.6
188
195
env : PHANTOMJS=1 TOXENV=py36-phantomjs
189
- - language : python
190
- python : 3.6
191
- env : CHROME=1 TOXENV=py36-chrome
192
- addons :
193
- apt :
194
- packages :
195
- - google-chrome-stable
196
196
- language : python
197
197
python : 3.6
198
198
env : TOXENV=py36-remote
You can’t perform that action at this time.
0 commit comments