Skip to content

Commit 3ce6003

Browse files
committed
[py] add chrome back into travis tests
1 parent 2f80b0d commit 3ce6003

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ matrix:
5252
- env: CHROME=1 TASK=test_chrome
5353
<<: *java
5454
<<: *chrome
55-
- env: CHROME=1 TOXENV=py27-chrome
56-
<<: *python
57-
<<: *chrome
58-
- env: CHROME=1 TOXENV=py36-chrome
59-
<<: *python
60-
<<: *chrome
61-
python: 3.6
6255
include:
6356
- env: TASK=build
6457
<<: *java
@@ -116,6 +109,9 @@ matrix:
116109
<<: *python
117110
- env: TOXENV=py27-unit
118111
<<: *python
112+
- env: CHROME=1 TOXENV=py27-chrome
113+
<<: *python
114+
<<: *chrome
119115
- env: TOXENV=py27-firefox
120116
<<: *python
121117
<<: *firefox-esr
@@ -134,6 +130,10 @@ matrix:
134130
- env: TOXENV=py36-unit
135131
<<: *python
136132
python: 3.6
133+
- env: CHROME=1 TOXENV=py36-chrome
134+
<<: *python
135+
<<: *chrome
136+
python: 3.6
137137
- env: TOXENV=py36-firefox
138138
<<: *python
139139
<<: *firefox-esr

0 commit comments

Comments
 (0)