Skip to content

Commit c1af534

Browse files
akbakb
authored andcommitted
Try again
1 parent f707bd4 commit c1af534

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.travis.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@ env:
55
global:
66
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
77
- SEGFAULT_SIGNALS=all
8-
matrix:
9-
include:
10-
- python: '3.7'
11-
dist: xenial
12-
sudo: required
13-
env:
14-
- TOXENV=check
15-
- TOXENV=doc
168
matrix:
179
include:
1810
- python: '3.7'
1911
dist: xenial
2012
sudo: required
2113
env:
2214
- TOXENV=coverage,codecov
15+
- python: '3.7'
16+
dist: xenial
17+
sudo: required
18+
env:
19+
- TOXENV=check
20+
- python: '3.7'
21+
dist: xenial
22+
sudo: required
23+
env:
24+
- TOXENV=doc
2325
before_install:
2426
- python --version
2527
- uname -a

0 commit comments

Comments
 (0)