From 75e9f3ac6f109bc4e6c1b5ba278fc5d0b1d9afb3 Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka Date: Fri, 8 Sep 2017 08:41:29 +0200 Subject: [PATCH] travis: temporary workaround for Travis CI Travis upgraded their environment but broke some deployments. Wait for them to fix the issue with python3. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ec2e41aab..d780b036a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: python +group: deprecated-2017Q3 services: - docker