We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b50b47 commit 30f1cd5Copy full SHA for 30f1cd5
.travis.yml
@@ -6,6 +6,7 @@ python:
6
install:
7
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
8
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-3.txt; fi
9
+ - pip install pep8
10
11
# Ensure `requirements.txt` contains all of the dependencies
12
# for the scripts and that scripts that only operate on
0 commit comments