Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More toxification | Jason DeTiberus | 2017-01-10 | 1 | -1/+3 |
| | | | | | | | | | | | | - 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 | ||||
* | Add Travis integration | Rodolfo Carvalho | 2016-11-10 | 1 | -0/+2 |
We can run simple tests in every PR, while triggering our internal CI tests on manually selected PRs. This is a bit better than the all-or-nothing we have today. Running `make ci` in Travis is the same as the Jenkins 'default' job. |