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
This commit is contained in:
Steve Martinelli 2015-04-24 02:05:01 -04:00
parent 83c17253db
commit f4a65154dc
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -7,10 +7,8 @@
*.swp
*~
.coverage
.openstackclient-venv
.testrepository
.tox
.venv
AUTHORS
build
ChangeLog

View File

@ -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