Skip to content

Commit f5ea5ab

Browse files
authored
Merge pull request #356 from bfredl/py3.7
add python3.7 to travis
2 parents 3efa487 + 94c85aa commit f5ea5ab

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.scrutinizer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ filter:
131131
tools:
132132
external_code_coverage:
133133
timeout: 1200
134-
runs: 5
134+
runs: 6

.travis.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sudo: false
1+
dist: xenial
22
language: python
33
env:
44
global:
@@ -7,6 +7,9 @@ env:
77
- CI_TARGET=tests
88
matrix:
99
include:
10+
- python: pypy
11+
dist: trusty
12+
sudo: false
1013
- python: 3.6
1114
env: CI_TARGET=checkqa TOXENV=checkqa
1215
python:
@@ -16,7 +19,7 @@ python:
1619
- 3.4
1720
- 3.5
1821
- 3.6
19-
- pypy
22+
- 3.7
2023
before_install:
2124
- if [ $CI_TARGET = tests ]; then
2225
eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64";

0 commit comments

Comments
 (0)