Commit Graph

7 Commits

Author SHA1 Message Date
Radosław Piliszek 83bc574ba5 Cleanup py27 support
Removes and/or replaces all mentions of py27.

Cleans up obsolete requirements and their lower-constraints.

Update cliff minimum to 3.1.0 in requirements.txt, which has a fix for
story 2005891.

Change-Id: I52cffa2f1aee944f79c4618ea20b779755792f2a
2020-04-20 18:04:19 +00:00
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