Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
added pep257 check
Browse files Browse the repository at this point in the history
  • Loading branch information
nnadeau committed Jan 5, 2017
1 parent 040078e commit 034e77a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ install:
- pip install coveralls
- pip install codecov
- pip install pytest-cov
- pip install pep257

# command to run tests
script:
Expand All @@ -24,6 +25,7 @@ script:
after_success:
- coveralls
- codecov
- pep257 pybotics

# notification settings
notifications:
Expand Down

0 comments on commit 034e77a

Please sign in to comment.