Skip to content

Commit fed323d

Browse files
committed
Updated makefile for package rename
1 parent e2f023d commit fed323d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
test :
2-
python pep8.py --testsuite testsuite
2+
python pycodestyle.py --testsuite testsuite
33

44
selftest :
5-
python pep8.py --statistics pep8.py
5+
python pycodestyle.py --statistics pep8.py
66

77
doctest :
8-
python pep8.py --doctest
8+
python pycodestyle.py --doctest
99

1010
unittest :
1111
python -m testsuite.test_all

0 commit comments

Comments
 (0)