Skip to content

Commit

Permalink
Revert "Temp-fix travis config by limiting pydocstyle version."
Browse files Browse the repository at this point in the history
This reverts commit fa5013b.
  • Loading branch information
bboe committed Jul 11, 2019
1 parent efcdddd commit fd715b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ install:
- pip install coveralls
jobs:
include:
- install: pip install black flake8 sphinx sphinx_rtd_theme
'pydocstyle<4' .
- install: pip install black flake8 pydocstyle sphinx sphinx_rtd_theme .
python: 3.7
script:
- black --check --verbose *.py docs praw tests
Expand Down

0 comments on commit fd715b6

Please sign in to comment.