Skip to content

Commit

Permalink
Disable pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Knio committed Feb 20, 2021
1 parent 3ab8516 commit 7109b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ python:
install:
- pip install pip --upgrade
- pip install pytest --upgrade
- pip install pylint --upgrade
# - pip install pylint --upgrade

# command to run tests, e.g. python setup.py test
script:
- python setup.py sdist --format=zip
- pip install dist/pynmea2*.zip
- py.test
- pylint -E pynmea2
# - pylint -E pynmea2 ## pylint is not backwards compatible with itself

after_success:
- pip install coveralls coverage
Expand Down

0 comments on commit 7109b7d

Please sign in to comment.