From f0f9e8a494ec9da8ca618325c305c0547524a4f1 Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Thu, 26 Sep 2019 19:15:54 +0200 Subject: [PATCH] explicitly specify the distro to get py26 and py33 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2aec5d1f..9151a873 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +# workaround for 3.7 not available in default configuration +# travis-ci/travis-ci#9815 +dist: trusty sudo: false language: python cache: pip