Skip to content

Commit 30f1cd5

Browse files
committed
Travis: Install pep8.
1 parent 9b50b47 commit 30f1cd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
install:
77
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
88
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-3.txt; fi
9+
- pip install pep8
910

1011
# Ensure `requirements.txt` contains all of the dependencies
1112
# for the scripts and that scripts that only operate on

0 commit comments

Comments
 (0)