Skip to content

Commit 2aa29f9

Browse files
committed
Travis: test with Python 3.7
Uses the new Ubuntu Xenial containers, keeping Trusty for pypy. It might be available there somehow, but currently there is no public list of on-demand Python versions (travis-ci/travis-ci#8782). Closes #356.
1 parent 2165d6b commit 2aa29f9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 5 additions & 2 deletions
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:
@@ -9,14 +9,17 @@ matrix:
99
include:
1010
- python: 3.6
1111
env: CI_TARGET=checkqa TOXENV=checkqa
12+
- python: pypy
13+
dist: trusty
14+
sudo: false
1215
python:
1316
# If the build matrix gets bigger, also update the number of runs
1417
# at the bottom of .scrutinizer.yml.
1518
- 2.7
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)