File tree Expand file tree Collapse file tree 1 file changed +9
-20
lines changed
Expand file tree Collapse file tree 1 file changed +9
-20
lines changed Original file line number Diff line number Diff line change 55 global :
66 - LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
77 - SEGFAULT_SIGNALS=all
8- matrix :
9- - TOXENV=check
10- - TOXENV=docs
118matrix :
129 include :
13- - python : ' 2.7'
14- env :
15- - TOXENV=py27,report
16- - python : ' 3.4'
17- env :
18- - TOXENV=py34,report
19- - python : ' 3.5'
20- env :
21- - TOXENV=py35,report
22- - python : ' 3.6'
23- env :
24- - TOXENV=py36,report
2510 - python : ' 3.7'
2611 dist : xenial
2712 sudo : required
2813 env :
29- - TOXENV=py37,report
30- - python : ' pypy'
14+ - TOXENV=coverage,codecov
15+ - python : ' 3.7'
16+ dist : xenial
17+ sudo : required
3118 env :
32- - TOXENV=pypy,report
33- - python : ' pypy3'
19+ - TOXENV=check
20+ - python : ' 3.7'
21+ dist : xenial
22+ sudo : required
3423 env :
35- - TOXENV=pypy3,report
24+ - TOXENV=doc
3625before_install :
3726 - python --version
3827 - uname -a
You can’t perform that action at this time.
0 commit comments