6 Commits

Author SHA1 Message Date
Mark Goddard
318f73cc52 Add a tox environment & dependencies for running molecule tests 2018-02-20 18:48:28 +00:00
Mark Goddard
76309988ff Initial unit testing of ansible - kolla-ansible role
Adds a new tox environment, ansible, which runs ansible unit tests. One
such test has been implemented so far, for the kolla-ansible role.
2017-12-07 11:26:50 +00:00
Mark Goddard
92cad7f8b3 No need for a virtualenv in TravisCI - already running in one 2017-11-17 12:06:22 +00:00
Mark Goddard
7281847095 Add a tox environment ansible-syntax for checking ansible syntax
Run this environment in TravisCI.
2017-11-17 12:06:22 +00:00
Mark Goddard
00e03f64df Use a build matrix for TravisCI
This more cleanly separates the different test jobs and their pass/fail
status.
2017-11-17 09:09:11 +00:00
Mark Goddard
cc2906e2e9 Add Travis CI config
Currently we run the following:

* Python and documentation style checks
* Documentation build
* Python unit tests
2017-09-04 11:01:02 +01:00