Skip to content

Commit

Permalink
Merge pull request #356 from bfredl/py3.7
Browse files Browse the repository at this point in the history
add python3.7 to travis
  • Loading branch information
bfredl authored Dec 4, 2018
2 parents 3efa487 + 94c85aa commit f5ea5ab
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 @@ -7,6 +7,9 @@ env:
- CI_TARGET=tests
matrix:
include:
- python: pypy
dist: trusty
sudo: false
- python: 3.6
env: CI_TARGET=checkqa TOXENV=checkqa
python:
Expand All @@ -16,7 +19,7 @@ python:
- 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 f5ea5ab

Please sign in to comment.