Skip to content

Commit

Permalink
Merge pull request #5 from wadetb/tweak-ci
Browse files Browse the repository at this point in the history
tweak ci
  • Loading branch information
wadetb authored Jul 20, 2020
2 parents fc191f2 + 385fd0b commit 7f856da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 97 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
pip install pylint pyyaml requests twilio
- name: Lint with pylint
run: |
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# - name: Test with pytest
# run: |
# pytest
pylint heartbeat.py
13 changes: 0 additions & 13 deletions Pipfile

This file was deleted.

74 changes: 0 additions & 74 deletions Pipfile.lock

This file was deleted.

0 comments on commit 7f856da

Please sign in to comment.