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

Commit

Permalink
Merge pull request #21 from nnadeau/feat/pep257
Browse files Browse the repository at this point in the history
Added PEP 257 static analyzer
  • Loading branch information
nnadeau authored Jan 5, 2017
2 parents 040078e + eb0358d commit 034ed40
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 pydocstyle

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

# notification settings
notifications:
Expand Down

0 comments on commit 034ed40

Please sign in to comment.