Skip to content

Commit 0ce218a

Browse files
akbakb
authored andcommitted
Add travis
1 parent 1c8e313 commit 0ce218a

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

.travis.yml

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,23 @@ env:
55
global:
66
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
77
- SEGFAULT_SIGNALS=all
8-
matrix:
9-
- TOXENV=check
10-
- TOXENV=docs
118
matrix:
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
3625
before_install:
3726
- python --version
3827
- uname -a

0 commit comments

Comments
 (0)