Skip to content

Commit 0c2106d

Browse files
authored
Merge branch 'master' into test_pypy3
2 parents 31b427f + 93b0389 commit 0c2106d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.travis.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
2-
sudo: false
2+
os: linux
33
cache: pip
44
env:
55
global:
66
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
77
- SEGFAULT_SIGNALS=all
8-
matrix:
8+
jobs:
99
include:
1010
- python: '3.6'
1111
env:
@@ -44,6 +44,13 @@ install:
4444
export TOXPYTHON=$(echo $HOME/pypy3*/bin/pypy3)
4545
fi
4646
set +x
47+
- |
48+
set -ex
49+
if [[ $TOXENV == 'check' ]]; then
50+
(gem install travis --no-rdoc --no-ri
51+
travis lint --no-interactive --exit-code)
52+
fi
53+
set +x
4754
script:
4855
- tox -v
4956
after_failure:

0 commit comments

Comments
 (0)