From 0a1d91ca7642b6ccb1897937e9b2de667b8d2617 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Mon, 22 May 2017 20:34:09 +0300 Subject: [PATCH] Install latest ver of six.py. To try to please travis-CI. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1d5d69f3..e37dbcf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,7 @@ before_install: install: - sudo cpanm Test::Differences Test::TrailingSpace - "`which python3` -m pip install --user flake8" + - "`which python3` -m pip install --user six" + - "`which python` -m pip install --user six" - which python script: "sh -x scripts/travis-ci-build"