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.
2 parents 78f4cea + 635289f commit 93b0389Copy full SHA for 93b0389
.travis.yml
@@ -1,11 +1,11 @@
1
language: python
2
-sudo: false
+os: linux
3
cache: pip
4
env:
5
global:
6
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
7
- SEGFAULT_SIGNALS=all
8
-matrix:
+jobs:
9
include:
10
- python: '3.6'
11
@@ -41,6 +41,13 @@ install:
41
export TOXPYTHON=$(echo $HOME/pypy3*/bin/pypy3)
42
fi
43
set +x
44
+ - |
45
+ set -ex
46
+ if [[ $TOXENV == 'check' ]]; then
47
+ (gem install travis --no-rdoc --no-ri
48
+ travis lint --no-interactive --exit-code)
49
+ fi
50
+ set +x
51
script:
52
- tox -v
53
after_failure:
0 commit comments