Skip to content

Commit d8cf0f3

Browse files
authored
1 parent 37a4258 commit d8cf0f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ python:
1313
sudo: false
1414

1515
install:
16-
- pip install pep8 pyflakes
16+
- pip install pyflakes pycodestyle
1717

1818
script:
1919
# Static analysis
2020
- pyflakes .
21-
- pep8 --statistics --count .
21+
- pycodestyle --statistics --count .
2222

2323
matrix:
2424
fast_finish: true

0 commit comments

Comments
 (0)