Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Start requiring Ansible 2.4 | Russell Teague | 2017-11-09 | 1 | -1/+2 |
| | |||||
* | separate out test tool configs from setup.cfg | Jason DeTiberus | 2017-03-06 | 1 | -1/+1 |
| | | | | | Since we are moving away from setuptools for invoking tests, lets move the configs for the different test tools into their own configs. | ||||
* | fix up ruamel.yaml/pyyaml no-member lint errors | Jason DeTiberus | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | Let pylint use as many CPUs as available | Rodolfo Carvalho | 2017-02-10 | 1 | -1/+2 |
| | |||||
* | More toxification | Jason DeTiberus | 2017-01-10 | 1 | -0/+383 |
- 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 |