From fed323d41fd8d2da73b8dd6db8ef1759a0d6b9c0 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Sat, 21 May 2016 11:44:17 -0700 Subject: Updated makefile for package rename --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 29b243d..146a2cc 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ test : - python pep8.py --testsuite testsuite + python pycodestyle.py --testsuite testsuite selftest : - python pep8.py --statistics pep8.py + python pycodestyle.py --statistics pep8.py doctest : - python pep8.py --doctest + python pycodestyle.py --doctest unittest : python -m testsuite.test_all -- cgit v1.2.1