Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 440bc68

Browse files
committed
Travis: pep8->flake8
1 parent e17f068 commit 440bc68

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
@@ -12,7 +12,7 @@ addons:
1212
install:
1313
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-2.txt; fi
1414
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then travis_wait pip install -r requirements-3.txt; fi
15-
- pip install pep8
15+
- pip install flake8
1616

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

0 commit comments

Comments
 (0)