diff --git a/.travis/regular-tests.sh b/.travis/regular-tests.sh index 79feeb31e7..bc97a6870b 100755 --- a/.travis/regular-tests.sh +++ b/.travis/regular-tests.sh @@ -25,7 +25,7 @@ if [ `uname` = "Darwin" ] then sysctl -n machdep.cpu.brand_string brew install coreutils - pip install numpy + pip3 install numpy else sudo apt-get install -y llvm python3 python3-numpy fi