diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-12-22 19:27:49 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-12-22 19:27:49 +0100 |
commit | 8160aabc3a0522bee6ebba0c16f7bfee14078b4d (patch) | |
tree | 90ce45a02e161eebef64d296021df9cb8f56c3d2 /Makefile | |
parent | 389217edebc75d0c34f71daf70fc226f6bfdedfe (diff) | |
download | pep8-8160aabc3a0522bee6ebba0c16f7bfee14078b4d.tar.gz |
Remove obsolete `make multitest`, use Tox instead
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -8,20 +8,3 @@ doctest : python pep8.py --doctest alltest : test selftest doctest - -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 |