We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f707bd4 commit c1af534Copy full SHA for c1af534
.travis.yml
@@ -5,21 +5,23 @@ env:
5
global:
6
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
7
- 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
16
matrix:
17
include:
18
- python: '3.7'
19
dist: xenial
20
sudo: required
21
env:
22
- TOXENV=coverage,codecov
+ - python: '3.7'
+ dist: xenial
+ sudo: required
+ env:
+ - TOXENV=check
23
24
+ - TOXENV=doc
25
before_install:
26
- python --version
27
- uname -a
0 commit comments