summaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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.