summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with Travis-CI using old pip versionRussell Teague2017-05-091-0/+1
|
* Remove travis notificationsJason DeTiberus2017-03-151-18/+0
|
* Enable coveralls.ioJason DeTiberus2017-03-061-1/+4
|
* Consolidate root/utils testsJason DeTiberus2017-03-061-4/+21
| | | | - Consolidate tests between the root of the repo and utils
* update travis to use tox for utilsJason DeTiberus2017-01-101-1/+1
|
* More toxificationJason DeTiberus2017-01-101-0/+2
| | | | | | | | | | | | - 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
* enable pip cache for travisJason DeTiberus2016-12-201-0/+3
|
* python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus2016-12-201-0/+1
| | | | versions
* YAML LintingRussell Teague2016-12-121-0/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* update tests and flake8/pylint fixesJason DeTiberus2016-11-291-2/+0
|
* Add Travis integrationRodolfo Carvalho2016-11-101-0/+15
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.