Skip to content

Commit fba2cc6

Browse files
committed
Fixed additional reference to pep8.py in travis
1 parent fed323d commit fba2cc6

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
@@ -15,7 +15,7 @@ install:
1515
- pip list
1616
script:
1717
- python pycodestyle.py --testsuite testsuite
18-
- python pycodestyle.py --statistics pep8.py
18+
- python pycodestyle.py --statistics pycodestyle.py
1919
- python pycodestyle.py --doctest
2020
- python setup.py test
2121

0 commit comments

Comments
 (0)