summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Clean the pytest cacheNed Batchelder2018-05-051-0/+1
* No more support for 2.6 or 3.3Ned Batchelder2018-05-051-2/+2
* Use docker run --init so that we can interrupt tests if need beNed Batchelder2017-10-261-2/+2
* One more thing to cleanNed Batchelder2017-08-191-1/+1
* docker --rm to clean up unneeded containersNed Batchelder2017-04-051-2/+2
* Refactor manylinux a bit. Testing doesn't work yetNed Batchelder2017-01-201-2/+2
* Process to build manylinux wheelsNed Batchelder2017-01-191-0/+4
* Use oldest versions to smoke, to find problems soonerNed Batchelder2017-01-141-2/+2
* More smoke-test targetsNed Batchelder2017-01-131-1/+6
* Run lint with tox. I wish it ran faster...Ned Batchelder2017-01-121-4/+5
* Mysterious case of 'coverage2' being available in py35, not sure whyNed Batchelder2017-01-031-0/+1
* The kitting tox environments are rarely neededNed Batchelder2016-12-291-0/+1
* Don't need to register with PyPI any more.Ned Batchelder2016-12-291-3/+0
* Kitting changes: no more register, and only one sdistNed Batchelder2016-12-271-1/+1
* Add a "make smoke" target for a quick test run.Ned Batchelder2016-12-181-0/+3
* 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