From 67f7b2325d77e80b81ce3f0845b6d8c9d606c6cc Mon Sep 17 00:00:00 2001 From: danglotb Date: Thu, 19 Dec 2019 10:54:38 +0100 Subject: [PATCH] chore: install bottlneck using pip3, that is required by dspot-prettifier --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9bde213b3..da925555a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,8 @@ before_install: - sudo apt-get install python3 - sudo apt-get install python3-pip - sudo apt-get install python3-setuptools +- sudo pip3 install --upgrade setuptools +- sudo pip3 install bottleneck # Pull Mongodb image to test - docker pull mongo:latest - docker run -d --net=host mongo:latest