summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)AuthorFilesLines
2017-04-07Move check -running from setup.py to shell scriptLars Wirzenius1-1/+3
This lets me add optional args to yarn more easily.
2016-10-19Only remove .coverage if it existsLars Wirzenius1-1/+2
New coverage.py doesn't always create it.
2016-03-25Prepare to release version 0.6.1distix-0.6.1Lars Wirzenius1-1/+1
2016-02-22Install Jinja2 templatesLars Wirzenius1-0/+3
2016-02-21Add MessageThread classLars Wirzenius1-8/+11
2016-02-20Make distixlib/version.py work with bumperLars Wirzenius1-2/+2
2015-04-18Run pylint as well as pep8 on the source; fix thingsLars Wirzenius1-1/+12
2014-06-08Only run pep8 if availableLars Wirzenius1-1/+6
2014-05-31Run pep8 in "setup.py check"Lars Wirzenius1-1/+10
2014-04-26Fix method nameLars Wirzenius1-1/+1
I had not run the test suite before committing this. BAD LARS.
2014-04-26Refactor setup.py: simpler method for running testsLars Wirzenius1-9/+14
2014-04-26Move distixlib version to a submoduleLars Wirzenius1-2/+2
This can then be used without importing the whole distixlib. We do that in setup.py now.
2014-04-23Break long lineLars Wirzenius1-1/+3
2014-04-21Use one location for version infoLars Wirzenius1-5/+1
2014-04-21Add version info to distixlibLars Wirzenius1-1/+7
2014-04-21Install distix plugins, too, in setup.pyLars Wirzenius1-1/+1
2014-04-18Implement _list subcommandLars Wirzenius1-1/+1
2014-04-18Add a setup.py for running test suiteLars Wirzenius1-0/+73