Skip to content

Commit

Permalink
Remove references to venv
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Steve Martinelli committed Apr 24, 2015
1 parent a81332f commit d6fa242
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 246 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
*.swp
*~
.coverage
.openstackclient-venv
.testrepository
.tox
.venv
AUTHORS
build
ChangeLog
Expand Down
2 changes: 1 addition & 1 deletion openstack-common.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]

# The list of modules to copy from openstack-common
module=install_venv_common


# The base module to hold the copy of openstack.common
base=openstackclient
66 changes: 0 additions & 66 deletions tools/install_venv.py

This file was deleted.

172 changes: 0 additions & 172 deletions tools/install_venv_common.py

This file was deleted.

4 changes: 0 additions & 4 deletions tools/with_venv.sh

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d6fa242

Please sign in to comment.