Skip to content

Commit

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

0 comments on commit fa5013b

Please sign in to comment.