| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 14981f5 commit 5469811
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,3 +88,15 @@ jobs: | |||
| 88 | 88 | - if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then | |
| 89 | 89 | bash -x tools/lint-pr-commit-message.sh ${TRAVIS_PULL_REQUEST}; | |
| 90 | 90 | fi | |
| 91 | + | ||
| 92 | + - name: "Find syntax errors in our Python dependencies" | ||
| 93 | + language: python | ||
| 94 | + python: 3.8 | ||
| 95 | + install: | ||
| 96 | + - mv .flake8 disabled.flake8 # take the blinders off of flake8 | ||
| 97 | + - python3.8 -m pip install --upgrade pip | ||
| 98 | + - python3.8 -m pip install flake8 | ||
| 99 | + script: | ||
| 100 | + - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics | ||
| 101 | + allow_failures: # TODO (cclauss): remove this when dependencies are clean | ||
| 102 | + - name: "Find syntax errors in our Python dependencies" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments