Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide95 committed May 2, 2018
1 parent 59b0fd8 commit ced3fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: python
python:
- "3.6"
install: "pip install pylint; pip install -r requirements.txt"
script: "find . -iname \"*.py\" | xargs pylint --disable=missing-docstring, no-member "
script: "find . -iname \"*.py\" | xargs pylint --disable=missing-docstring,no-member "

0 comments on commit ced3fda

Please sign in to comment.