From d24f365eecdd624fc9b7e8ed0cc0d709f33437d0 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 19 Mar 2019 11:49:34 +0100 Subject: [PATCH] Python 3.7 from deadsnakes --- .travis.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4739a17..01aadd2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,15 +18,16 @@ matrix: - python-pip - python2.7-dev ssh_known_hosts: 13.229.163.131 - - python: 3.6 + - python: 3.7 + dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069) addons: + sources: + - deadsnakes apt: packages: - git - - python3.6 - - python3.6-pip - - python3.6-dev - ssh_known_hosts: 13.229.163.131 + - python3.7 + ssh_known_hosts: 13.229.163.131 before_install: - sudo pip install -U virtualenv pre-commit pip -- GitLab