From 6c630778b72f1fc796e961e6d92a7f9b7a639ae9 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 19 Mar 2019 11:42:01 +0100 Subject: [PATCH] Python 3.7 --> Python 3.6 --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07ac209..4739a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,15 +18,14 @@ matrix: - python-pip - python2.7-dev ssh_known_hosts: 13.229.163.131 - - python: 3.7 - dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069) + - python: 3.6 addons: apt: packages: - git - - python3.7 - - python3.7-pip - - python3.7-dev + - python3.6 + - python3.6-pip + - python3.6-dev ssh_known_hosts: 13.229.163.131 before_install: -- GitLab