Make it possible for openstack-CI to run tests

Per http://wiki.openstack.org/ProjectTestingInterface we enable all
of the commands except build_sphinx because we do not have any sphinx
documentation as of yet. Includes babel support though there are no
properly internationalized strings just yet.

Change-Id: Iae6e6b3f9e605106f4575196fa5527d2187255df
This commit is contained in:
Clint Byrum 2013-01-24 09:42:57 -08:00
parent 6e194048ff
commit 9f95046f4e
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -2,3 +2,6 @@
.testrepository
*.swp
*.pyc
.tox
*.egg-info
dist