diff options
author | Julian Fleischer <tirednesscankill@warhog.net> | 2018-08-03 17:34:25 +0200 |
---|---|---|
committer | Julian Fleischer <tirednesscankill@warhog.net> | 2018-08-27 12:23:25 +0200 |
commit | 506890b24d19c6d1d83fe4b0e0652632db03f999 (patch) | |
tree | fb2c782696b2ac2ce240d87c3613629025bc4549 /.travis/lint_04_install.sh | |
parent | 272306ea57116c0c9afc0f73161929be978fe9a8 (diff) |
move remaining travis build steps into individual files
Diffstat (limited to '.travis/lint_04_install.sh')
-rwxr-xr-x | .travis/lint_04_install.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis/lint_04_install.sh b/.travis/lint_04_install.sh new file mode 100755 index 0000000000..34118a57c3 --- /dev/null +++ b/.travis/lint_04_install.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env bash +# +# Copyright (c) 2018 The Bitcoin Core developers +# Distributed under the MIT software license, see the accompanying +# file COPYING or http://www.opensource.org/licenses/mit-license.php. + +export LC_ALL=C + +travis_retry pip install flake8 |