Skip to content

Commit

Permalink
Removed six version hack
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 13, 2020
1 parent abd0247 commit 82d721b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 82d721b

Please sign in to comment.