Update docs for configuration
[third_party/pep8] / Makefile
index 887cb26d274e23a9274b167a994910c1c2a21db9..29b243d4c5e4fdf824cd5f77ffa2d0a82b633ab1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,21 +7,7 @@ selftest :
 doctest :
        python pep8.py --doctest
 
-alltest : test selftest doctest
+unittest :
+       python -m testsuite.test_all
 
-multitest :
-       python2.5 pep8.py --testsuite testsuite
-       python2.6 pep8.py --testsuite testsuite
-       python2.7 pep8.py --testsuite testsuite
-       python3.1 pep8.py --testsuite testsuite
-       python3.2 pep8.py --testsuite testsuite
-       python2.5 pep8.py --doctest
-       python2.6 pep8.py --doctest
-       python2.7 pep8.py --doctest
-       python3.1 pep8.py --doctest
-       python3.2 pep8.py --doctest
-       python2.5 pep8.py --statistics pep8.py
-       python2.6 pep8.py --statistics pep8.py
-       python2.7 pep8.py --statistics pep8.py
-       python3.1 pep8.py --statistics pep8.py
-       python3.2 pep8.py --statistics pep8.py
+alltest : test selftest doctest unittest