Skip to content

Commit d2a92b9

Browse files
committed
Fix travis again
1 parent 459164a commit d2a92b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ python:
66
install:
77
- pip install --upgrade setuptools
88
- pip install coveralls --use-mirrors
9-
- pip install pyflakes
10-
- pip install pep8
9+
- pip install flake8
1110
- python setup.py develop
1211

1312
script:
14-
- pyflakes .
15-
- pep8 aiohttp examples tests
13+
- flake8 aiohttp examples tests
1614
- coverage run --source=aiohttp setup.py test
1715
- python setup.py check -rms
1816
after_success:

0 commit comments

Comments
 (0)