Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enable pip cache for travis | Jason DeTiberus | 2016-12-20 | 1 | -0/+3 |
| | |||||
* | python3 support, add tox for better local testing against multiple python ↵ | Jason DeTiberus | 2016-12-20 | 1 | -0/+1 |
| | | | | versions | ||||
* | YAML Linting | Russell Teague | 2016-12-12 | 1 | -0/+1 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | update tests and flake8/pylint fixes | Jason DeTiberus | 2016-11-29 | 1 | -2/+0 |
| | |||||
* | Add Travis integration | Rodolfo Carvalho | 2016-11-10 | 1 | -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. |