summaryrefslogtreecommitdiffstats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate root/utils testsJason DeTiberus2017-03-061-3/+4
| | | | - Consolidate tests between the root of the repo and utils
* Unset exec bit in tests, add missing requirementsJason DeTiberus2017-02-191-0/+1
| | | | was: separate lib_ unit tests from other unit tests
* More toxificationJason DeTiberus2017-01-101-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 integrationRodolfo Carvalho2016-11-101-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.