diff options
author | Monty Taylor <mordred@inaugust.com> | 2012-02-06 09:49:09 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2012-02-06 09:49:09 -0500 |
commit | 5b021a9b60382fd29d8ae8067a6fab7461f78875 (patch) | |
tree | 33b247609de211c26fab31b9c539aacbca770384 /.gitignore | |
parent | 11ad398568e3d7b9253a2a0e177167ee322c97e6 (diff) | |
download | oslo-db-5b021a9b60382fd29d8ae8067a6fab7461f78875.tar.gz |
Updated tox config for multi-python testing.
Change-Id: Ib1f768c6783db0e63cb51dfc767ae5a31a295c76
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,7 +2,11 @@ *.pyc *.log .coverage +requirements.txt +.venv +.tox cover/ +openstack.common.egg-info/ .openstack-common-venv/ skeleton.egg-info/ build/ |