Skip to content

Commit 4d5f3e4

Browse files
committed
Updated Travis configuration for package rename
1 parent 07647a0 commit 4d5f3e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ install:
1414
- pip install -e .
1515
- pip list
1616
script:
17-
- python pep8.py --testsuite testsuite
18-
- python pep8.py --statistics pep8.py
19-
- python pep8.py --doctest
17+
- python pycodestyle.py --testsuite testsuite
18+
- python pycodestyle.py --statistics pep8.py
19+
- python pycodestyle.py --doctest
2020
- python setup.py test
2121

2222
notifications:

0 commit comments

Comments
 (0)