]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add ability to automate testing with tox.
authorJeff Peeler <jpeeler@redhat.com>
Tue, 8 May 2012 21:39:08 +0000 (17:39 -0400)
committerJeff Peeler <jpeeler@redhat.com>
Tue, 8 May 2012 21:39:08 +0000 (17:39 -0400)
commit1b903f8b7078f7b9cac29919c91bb5bb5904d0d2
treeb509fa3d73478bd2bdccb5ef8984c0fd5e17e98d
parentee2076b2aa33cf1f3248e8d1052f52bd723762ac
Add ability to automate testing with tox.

Install tox via easy_install. Tox automates the creation of multiple
virtual environments, each of which can be used with a different
interpreter or specific custom tests (and is what StackForge uses).

Signed-off-by: Jeff Peeler <jpeeler@redhat.com>
tox.ini [new file with mode: 0644]