Skip to content

Commit

Permalink
Travis: Run pep257 to check docstrings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Dec 30, 2015
1 parent e15d11f commit 53bb908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install:

script:
- flake8 --ignore=E402,E501 .
- pep257 --ignore D104,D203,D400,D402 openface
- luacheck . --no-global --no-self --exclude-files '*/torch-TripletEmbedding'
- |
docker run -v $PWD:/root/src/openface bamos/openface \
Expand Down

0 comments on commit 53bb908

Please sign in to comment.