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 e17f068 commit 440bc68Copy full SHA for 440bc68
.travis.yml
@@ -12,7 +12,7 @@ addons:
12
install:
13
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
14
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then travis_wait pip install -r requirements-3.txt; fi
15
- - pip install pep8
+ - pip install flake8
16
17
# Ensure `requirements.txt` contains all of the dependencies
18
# for the scripts and that scripts that only operate on
0 commit comments