diff options
| author | Mike Taves <mwtoews@gmail.com> | 2019-04-05 17:25:44 +1300 |
|---|---|---|
| committer | Mike Taves <mwtoews@gmail.com> | 2019-04-05 17:47:34 +1300 |
| commit | ce0c1164626b6d908f5cf58bac65f5fed24b908d (patch) | |
| tree | b5d4ad24ca777aec2323830f7a5f76d9c143f417 /travis | |
| parent | 2c28ca1798cb24b803c44ceebd34bb3f15822c87 (diff) | |
| download | PROJ-ce0c1164626b6d908f5cf58bac65f5fed24b908d.tar.gz PROJ-ce0c1164626b6d908f5cf58bac65f5fed24b908d.zip | |
Disable status bars from 'pip install'
Also simplify language for .travis.yml
Diffstat (limited to 'travis')
| -rwxr-xr-x | travis/before_install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/travis/before_install.sh b/travis/before_install.sh index ac45a6d4..59b5be9f 100755 --- a/travis/before_install.sh +++ b/travis/before_install.sh @@ -2,3 +2,7 @@ # All platform-specific before_install scripts starts by running this # "global" before_install script. + +# Configure Python pip +pip install --user --upgrade pip +pip config --user set global.progress_bar off |
