diff options
author | mattip <matti.picus@gmail.com> | 2020-11-09 11:53:30 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-11-09 14:08:50 +0200 |
commit | aa2a8cdf7c4c12b71a14a7142aacb7a5f068b666 (patch) | |
tree | 8f6fff0f6bb5e1a2fe19de46804de45c5f2f3ace /tools/travis-before-install.sh | |
parent | 9e99158a616ecc6606f398c20e78cdde83ff5047 (diff) | |
download | numpy-aa2a8cdf7c4c12b71a14a7142aacb7a5f068b666.tar.gz |
BLD, TST: try templating with a common yml file
Diffstat (limited to 'tools/travis-before-install.sh')
-rwxr-xr-x | tools/travis-before-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/travis-before-install.sh b/tools/travis-before-install.sh index 58dd1d66b..88f869a02 100755 --- a/tools/travis-before-install.sh +++ b/tools/travis-before-install.sh @@ -13,7 +13,7 @@ sudo apt install gfortran eatmydata libgfortran3 libgfortran5 if [ "$USE_DEBUG" ] then - sudo apt install cpython3-dbg python3-dbg python3-dev python3-setuptools + sudo apt install python3-dbg python3-dev python3-setuptools fi mkdir builds |