We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9886130 commit 36ea7b3Copy full SHA for 36ea7b3
1 file changed
.travis.yml
@@ -5,8 +5,6 @@ env:
5
global:
6
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
7
- SEGFAULT_SIGNALS=all
8
- matrix:
9
- - TOXENV=check
10
matrix:
11
include:
12
- python: '3.6'
@@ -22,6 +20,11 @@ matrix:
22
20
sudo: required
23
21
env:
24
- TOXENV=doc
+ - python: '3.7'
+ dist: xenial
25
+ sudo: required
26
+ env:
27
+ - TOXENV=check
28
before_install:
29
- python --version
30
- uname -a
0 commit comments