summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* add PYTHONPATH to dochtml target #523issue-523loic2016-12-131-1/+1
* No more nose, use pytest as test runnerNed Batchelder2016-11-201-1/+1
* Move pycodestyle settings to setup.cfgNed Batchelder2016-11-011-1/+1
* Use the latest for quick testsNed Batchelder2016-05-081-1/+1
* Add arc_destination_description so we can next make better descriptionsNed Batchelder2016-02-041-0/+1
* Fix kit_local, pip config changed?Ned Batchelder2015-12-241-1/+4
* A convenient Makefile target when doing ad-hoc testing.Ned Batchelder2015-11-211-0/+3
* Fix up some documentation linksNed Batchelder2015-09-201-6/+9
* Make ARGS usable while building wheelsNed Batchelder2015-09-171-1/+1
* Don't try to upload dist/* if dist doesn't existNed Batchelder2015-09-071-1/+1
* Remove target I don't useNed Batchelder2015-09-061-6/+0
* Remove the recently deleted file from the MakefileNed Batchelder2015-09-061-3/+0
* Make download_appveyor.py more general-purpose.Ned Batchelder2015-09-051-0/+3
* Make download_appveyor.py nicerNed Batchelder2015-09-051-1/+1
* Use requirements.pip filesNed Batchelder2015-08-291-1/+1
* Don't need the .px doc toolchain any morecoverage-4.0b2Ned Batchelder2015-08-221-12/+2
* When making local kits, clean the cache to avoid confusionNed Batchelder2015-08-111-0/+3
* Fix the pep8 settings.Ned Batchelder2015-08-101-1/+1
* 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