From 82d721b934eaa723388127d3c03f367f866ec3d6 Mon Sep 17 00:00:00 2001 From: roll Date: Tue, 13 Oct 2020 17:46:13 +0300 Subject: [PATCH] Removed six version hack --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ca037781f..bb83af10bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,9 +23,6 @@ before_install: - openssl aes-256-cbc -K $encrypted_4885f94bfb6d_key -iv $encrypted_4885f94bfb6d_iv -in .google.json.enc -out .google.json -d || echo 'Encrypted files have been removed for security reasons.' install: - # TODO: remove after - # https://stackoverflow.com/questions/63902467/module-six-moves-has-no-attribute-collections-abc - - pip install 'six>=1.13' - make install script: