Skip to content

Commit

Permalink
tests: pep257 to pydocstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Jun 27, 2016
1 parent ca391e8 commit 6924dd0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ python:

install:
- pip install --upgrade pip
- pip install coveralls pep257
- pip install coveralls pydocstyle
- pip install pytest pytest-pep8 pytest-cov pytest-cache
- pip install -e .[docs]

Expand Down
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
# it under the terms of the Revised BSD License; see LICENSE file for
# more details.

pep257 flask_breadcrumbs && \
pydocstyle flask_breadcrumbs && \
sphinx-build -qnNW docs docs/_build/html && \
python setup.py test
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run_tests(self):
'pytest-cov>=1.8.0',
'pytest-pep8>=1.0.6',
'pytest>=2.8.0',
'pep257>=0.7.0',
'pydocstyle>=1.0.0',
'coverage'
]

Expand Down

0 comments on commit 6924dd0

Please sign in to comment.