summaryrefslogtreecommitdiffstats
path: root/requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Switch CI to ansible-2.3.1.0Scott Dodson2017-07-171-1/+1
|
* fix up openshift-ansible for use with 'oc cluster up'Jeff Cantrill2017-06-061-0/+1
|
* Fix container image build referencesPep TurrĂ³ Mauri2017-05-121-1/+1
| | | | | | | | | Updating some files to account for recent changes: - Commit fbadeb4 moved the location of the Dockerfiles - playbook2image is now available from the openshift org - downstream image is building with boto 2.34 Adjusting image build scripts and documentation to match these changes.
* Add python-boto requirementPep TurrĂ³ Mauri2017-04-251-0/+1
| | | | The AWS inventory (inventory/aws/hosts/ec2.py) uses the Boto library.
* tox tests: pin test requirement versionsLuke Meyer2017-04-131-0/+2
| | | | | Tests once again randomly broke due to a PyPi release. This makes req versions explicit so they only change deliberately.
* tox tests: pin test requirement versionsLuke Meyer2017-04-121-4/+4
| | | | | | Tests started failing once ansible 2.3 was released. It seems wise to pin the dependencies to particular versions until we make a conscious decision to change them (and have tested with them).
* 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.