diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-04-24 02:05:01 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-04-24 02:15:36 -0400 |
| commit | d6fa2428183e98c2f733cacb46b79e1e0757729f (patch) | |
| tree | 1257c5df4ab2020783948938185524a1a962e5d2 /tox.ini | |
| parent | a81332fad79be5f3ec615acf8eb9d6e99ed1f9fc (diff) | |
| download | python-openstackclient-d6fa2428183e98c2f733cacb46b79e1e0757729f.tar.gz | |
Remove references to venv
Stick to using tox, remove the tools directory since it only
contained references to using venv. Also update a few other
locations that would have otherwise been incorrect.
Change-Id: I7d3e9067256ac0935f07904abcf584d898ac1d6f
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ commands = python setup.py build_sphinx [flake8] show-source = True -exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools +exclude = ,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools |
