git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6a28f41
)
Reformating of lint.sh as ${PYTHON_VERSION} should not have a 2.x version (cf: .travi...
author
funilrys
<redacted>
Fri, 10 Aug 2018 15:36:12 +0000
(17:36 +0200)
committer
Steven Black
<redacted>
Thu, 6 Sep 2018 03:51:29 +0000
(23:51 -0400)
ci/lint.sh
patch
|
blob
|
history
diff --git
a/ci/lint.sh
b/ci/lint.sh
index 3d99958706924e3fa0421b1ca17fdf6b7de95522..0a25aba33f37b9303ae5f993c81f477dfccc3ca0 100755
(executable)
--- a/
ci/lint.sh
+++ b/
ci/lint.sh
@@
-3,8
+3,4
@@
echo "Linting repository..."
source activate hosts
-if [ "$PYTHON_VERSION" = "2.7" ]; then
- echo "Skipping flake8 because it is broken on Python $PYTHON_VERSION"
-else
- flake8 --max-line-length 120
-fi
+flake8 --max-line-length 120
git clone https://git.99rst.org/PROJECT