From 30172661083c58f96519b8f8352ea9dd9b57aace Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Sun, 10 Dec 2017 20:54:28 +0200 Subject: [PATCH] Try to fix travis by installing random2.py. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0551b062..79623129 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,10 @@ before_install: install: - sudo cpanm Test::Differences Test::TrailingSpace - "`which python3` -m pip install --user flake8" + - "sudo /usr/bin/python3 -m pip install random2" - "sudo /usr/bin/python3 -m pip install sgmllib3k" - "sudo /usr/bin/python3 -m pip install --upgrade six" + - "`which python` -m pip install --upgrade --user random2" - "`which python` -m pip install --upgrade --user six" - which python script: "sh -x scripts/travis-ci-build"