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

Commit

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

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

# notification settings
notifications:
Expand Down

0 comments on commit eb0358d

Please sign in to comment.