summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Fix a few more occurrences of 'Coverage' to 'coverage.py'Ned Batchelder2015-07-271-1/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Add docs to CoverageData.Ned Batchelder2015-07-201-3/+3
* Better kitting, including wheelsNed Batchelder2015-07-161-6/+8
* PEP8 fixes, but too many to really fixNed Batchelder2015-07-161-1/+1
* Keep cleaning even if test_farm doesn't succeed.Ned Batchelder2015-02-211-1/+1
* A Makefile target for copying kits to a local distribution point.Ned Batchelder2015-02-191-0/+3
* nose --with-ids is useful.Ned Batchelder2015-01-181-1/+1
* Split the requirements file so we don't try to install pyenchant for running ...Ned Batchelder2015-01-171-3/+6
* Spelling for the docs alsoNed Batchelder2014-11-291-1/+4
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-0/+3
* More metacov, tox, and make cleanupNed Batchelder2014-09-201-4/+1
* Get coverage-coverage working nicely againNed Batchelder2014-09-201-1/+1
* Fix up some last Windows holdouts in the build process.Ned Batchelder2013-10-061-1/+1
* Include __main__.py in the source kit. Fixes #255.Ned Batchelder2013-08-151-1/+3
* Pylint will read pylintrc files by default. Who knew?Ned Batchelder2013-04-251-1/+1
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-6/+6
* Makefile should be clean too.Ned Batchelder2013-01-231-2/+2
* Fix 'make clean' for a clean environmentStanislaw Pitucha2013-01-231-1/+1
* Clean the extension first so we don't get messages about not being able to lo...Ned Batchelder2012-12-221-2/+2
* So we can provide args to make commands.Ned Batchelder2012-12-091-2/+2
* Fix the blunt hackNed Batchelder2012-12-081-1/+1
* A blunt instrument for tracking down problems during testing.Ned Batchelder2012-12-081-1/+1
* Cross-platform coveage measurement.Ned Batchelder2012-12-011-0/+2
* Bring the Makefile into the modern testing eraNed Batchelder2012-11-261-14/+5
* Meta-coverage is now not hard-wired to my Ubuntu machine, and igor is linted.Ned Batchelder2012-11-251-1/+1
* Add tests and docs to the kit, though they are not installed. #137Ned Batchelder2012-11-171-2/+2
* A way to get rid of the .tox dirs too.Ned Batchelder2012-11-101-0/+3
* Need a new tox-based way to upload kits to pypicoverage-3.5.3Ned Batchelder2012-09-291-1/+6
* Change how kits are build, use tox.Ned Batchelder2012-07-211-1/+0
* Move checkeol.py into igor.py, and ignore .toxNed Batchelder2012-07-111-1/+1
* A target for making a sample html output...Ned Batchelder2012-04-281-0/+8
* Making the directories first is convenient.Ned Batchelder2011-08-301-0/+2
* Add some beta-specific stuff to the home page.Ned Batchelder2011-06-051-0/+2
* New sphinx adds a blank line before the xml declaration, this micro-tool stri...Ned Batchelder2011-02-121-0/+1
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-2/+2
* At last, all the tests pass on all versions of Python.Ned Batchelder2011-01-291-0/+1
* Moved fixtar into its own project: http://bitbucket.org/ned/fixtarNed Batchelder2010-09-091-2/+2
* A custom setup.py command to fix tarfile permissions. Fixes #54.Ned Batchelder2010-09-041-2/+2
* Change how the beta docs are made, and make them more beta-yNed Batchelder2010-08-211-7/+2
* Make it possible to have beta docs in a different place than the real docsNed Batchelder2010-08-201-7/+8
* Get ready to have version-specific doc URLs.Ned Batchelder2010-08-201-0/+6
* Python 3.2 now puts .pyc in __pycache__ directories.Ned Batchelder2010-08-011-0/+1
* Distribute can leave junk lying around.Ned Batchelder2010-07-121-1/+1
* Setting PYTHONPATH like this on the command line made the Windows tests go be...Ned Batchelder2010-05-301-1/+1
* added the test egg's path to PYTHONPATH when running the testsDavid Stanek2010-05-211-1/+1
* dollar is special in Makefiles, duhNed Batchelder2010-05-211-1/+1
* Simple changes to get code measurement running on Jython.Ned Batchelder2010-05-211-0/+1
* A PEP8 target, but its output is pretty annoying...Ned Batchelder2009-12-031-0/+3
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-4/+4