From f30eb81cc43a22c88f88e9df166f439a383d7a0e 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9bde213b3..a7632736e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ before_install: - sudo apt-get install python3 - sudo apt-get install python3-pip - sudo apt-get install python3-setuptools +- sudo pip3 install Cython Bottleneck # Pull Mongodb image to test - docker pull mongo:latest - docker run -d --net=host mongo:latest