summaryrefslogtreecommitdiffstats
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* More toxificationJason DeTiberus2017-01-101-0/+27
| | | | | | | | | | | | - Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-2/+0
|
* Make it easier to run Python testsRodolfo Carvalho2016-11-081-0/+2
Before one need to run: nosetests test/ utils/ Now: nosetests