Skip to content

Commit

Permalink
Travis: check for FIXME marks
Browse files Browse the repository at this point in the history
  • Loading branch information
vfaronov committed Aug 13, 2016
1 parent 729b644 commit 6620445
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ install:
cache: pip

script:
# Make sure there are no "FIXME" marks in the codebase.
- test ! "$( git grep -l FIXME | grep -Fv .travis.yml )"

# Basic stuff.
- python setup.py check --strict --restructuredtext
- pylint *.py
Expand Down

0 comments on commit 6620445

Please sign in to comment.