diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-17 07:29:02 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-17 07:29:02 -0400 |
| commit | bc3bcdfe254470db22cfdf4379bc2087554d9d6c (patch) | |
| tree | 40ced3bfd6baa4c8970d97220496f4ada1ab5094 /Makefile | |
| parent | 3f47edc7e961895dfeac410e940edc712c42c4e8 (diff) | |
| download | python-coveragepy-git-bc3bcdfe254470db22cfdf4379bc2087554d9d6c.tar.gz | |
Better 3.x testing, etc.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -41,11 +41,12 @@ lint: python /Python25/Lib/tabnanny.py coverage scripts test setup.py python checkeol.py -testready: $(TEST_ZIP) devinst +testready: testdata devinst tests: testready nosetests +testdata: $(TEST_ZIP) $(TEST_ZIP): test/covmodzip1.py zip -j $@ $+ |
