We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3efa487 + 94c85aa commit f5ea5abCopy full SHA for f5ea5ab
.scrutinizer.yml
@@ -131,4 +131,4 @@ filter:
131
tools:
132
external_code_coverage:
133
timeout: 1200
134
- runs: 5
+ runs: 6
.travis.yml
@@ -1,4 +1,4 @@
1
-sudo: false
+dist: xenial
2
language: python
3
env:
4
global:
@@ -7,6 +7,9 @@ env:
7
- CI_TARGET=tests
8
matrix:
9
include:
10
+ - python: pypy
11
+ dist: trusty
12
+ sudo: false
13
- python: 3.6
14
env: CI_TARGET=checkqa TOXENV=checkqa
15
python:
@@ -16,7 +19,7 @@ python:
16
19
- 3.4
17
20
- 3.5
18
21
- 3.6
- - pypy
22
+ - 3.7
23
before_install:
24
- if [ $CI_TARGET = tests ]; then
25
eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64";
0 commit comments