Skip to content

Commit 56441c2

Browse files
committed
ignore docs/ when running pep8 checks
1 parent 30a5af9 commit 56441c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install:
1313
- pip install -e . --use-mirrors
1414
- "if [[ $TEST_PEP8 == '1' ]]; then pip install pep8 --use-mirrors; fi"
1515
- "if [[ $TEST_HIREDIS == '1' ]]; then pip install hiredis --use-mirrors; fi"
16-
script: "if [[ $TEST_PEP8 == '1' ]]; then pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,build,*.egg .; else python setup.py test; fi"
16+
script: "if [[ $TEST_PEP8 == '1' ]]; then pep8 --repeat --show-source --exclude=.venv,.tox,dist,docs,build,*.egg .; else python setup.py test; fi"
1717
matrix:
1818
include:
1919
- python: "2.7"

0 commit comments

Comments
 (0)