summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use tox instead of nosetests in MakefileSimo Sorce2015-07-091-1/+1
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Add pylint/pep8 checks to ./tests tooSimo Sorce2015-05-291-0/+5
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Remove pylint star-args exceptionsSimo Sorce2015-05-261-0/+1
| | | | | | | | | | | Newer pylint version completely removed the star-args warning, including recognizing the exception in the source code. Remove it from all source code to avoid annoyinf pylint errors about unrecognized exceptions, and add a general exception in the pylint makefile invocation, as apparently it is ok there. This will avoid warnings if older versions of pylint are used. Signed-off-by: Simo Sorce <simo@redhat.com>
* Add skeleton docs dirSimo Sorce2015-04-161-1/+7
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* Initial CommitSimo Sorce2015-03-041-0/+26
Signed-off-by: Simo Sorce <simo@redhat.com>