Skip to content

Commit

Permalink
Travis: Enforce PEP8
Browse files Browse the repository at this point in the history
Add Python style checks to travis via
flake8 tests.
  • Loading branch information
ax3l committed Jul 24, 2017
1 parent 3fcad20 commit bd55deb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,8 @@ script:
# Disallow spaces before pre-compiler macros #
#############################################################################
- test/hasSpaceBeforePrecompiler

#############################################################################
# Test Python Files for PEP8 conformance #
#############################################################################
- flake8 --exclude=thirdParty .

0 comments on commit bd55deb

Please sign in to comment.