Skip to content

Commit

Permalink
Disable pylint with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Aug 30, 2019
1 parent a43966a commit 5644b9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ matrix:
- python: 3.8-dev
dist: xenial
sudo: true
env:
- PYLINT_DISABLED=1
install:
- pip install pip --upgrade
- pip install -e .[dev,test] --upgrade
- pip install pytest --upgrade
- pip install coveralls
- pytest --version
script:
- pylint guessit
- if [[ -z $PYLINT_DISABLED ]]; then pylint guessit; fi
- coverage run --source=guessit setup.py test
- python setup.py build
after_success:
Expand Down

0 comments on commit 5644b9c

Please sign in to comment.