Skip to content

Commit

Permalink
Travis: test with Python 3.7
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
blueyed committed Nov 18, 2018
1 parent 2165d6b commit 2aa29f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ filter:
tools:
external_code_coverage:
timeout: 1200
runs: 5
runs: 6
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo: false
dist: xenial
language: python
env:
global:
Expand All @@ -9,14 +9,17 @@ matrix:
include:
- python: 3.6
env: CI_TARGET=checkqa TOXENV=checkqa
- python: pypy
dist: trusty
sudo: false
python:
# If the build matrix gets bigger, also update the number of runs
# at the bottom of .scrutinizer.yml.
- 2.7
- 3.4
- 3.5
- 3.6
- pypy
- 3.7
before_install:
- if [ $CI_TARGET = tests ]; then
eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64";
Expand Down

0 comments on commit 2aa29f9

Please sign in to comment.