Skip to content

Commit 36ea7b3

Browse files
committed
Update the check job on Travis to avoid losing it
1 parent 9886130 commit 36ea7b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ env:
55
global:
66
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
77
- SEGFAULT_SIGNALS=all
8-
matrix:
9-
- TOXENV=check
108
matrix:
119
include:
1210
- python: '3.6'
@@ -22,6 +20,11 @@ matrix:
2220
sudo: required
2321
env:
2422
- TOXENV=doc
23+
- python: '3.7'
24+
dist: xenial
25+
sudo: required
26+
env:
27+
- TOXENV=check
2528
before_install:
2629
- python --version
2730
- uname -a

0 commit comments

Comments
 (0)