diff options
author | James Laska <jlaska@ansible.com> | 2015-03-11 00:38:37 +0100 |
---|---|---|
committer | James Laska <jlaska@ansible.com> | 2015-03-13 13:20:24 +0100 |
commit | 3d67e9e0c0df18e5c82e62fdb79820724dbe2577 (patch) | |
tree | e0943c71ace01e7e05fb64e54c9edfe2d49cf7c9 /.gitignore | |
parent | Merge pull request #10448 from jhermann/add-test-requirements (diff) | |
download | ansible-3d67e9e0c0df18e5c82e62fdb79820724dbe2577.tar.xz ansible-3d67e9e0c0df18e5c82e62fdb79820724dbe2577.zip |
Add tox and travis-ci support
Add tox integration to run unittests in supported python releases.
Travis-CI is used for test execution.
Additionally, the unittest TestQuotePgIdentifier was updated to support
using assert_raises_regexp on python-2.6.
Sample travis-ci output available at
https://travis-ci.org/ansible/ansible/builds/54189977
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5fe1d994e3..5d3970a168 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ deb-build credentials.yml # test output .coverage +.tox results.xml coverage.xml /test/units/cover-html |