diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2015-09-24 11:09:51 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2015-09-24 11:09:51 -0700 |
commit | ec17ad0d76a835c2db65af8a41f3e4d9fc359ee2 (patch) | |
tree | 196d942643dc19a48e37800ea9822686202d170e /tox.ini | |
parent | 6a42f662e2a474734e89a3a1dfa8a14519a81e75 (diff) | |
download | taskflow-ec17ad0d76a835c2db65af8a41f3e4d9fc359ee2.tar.gz |
Remove ./taskflow/openstack/common as it no longer exists
Change-Id: I3123a6d7cf4323fb111c2b4c5545fd6a1d2fd77b
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ commands = {posargs} [flake8] builtins = _ -exclude = .venv,.tox,dist,doc,./taskflow/openstack/common,*egg,.git,build,tools +exclude = .venv,.tox,dist,doc,*egg,.git,build,tools [hacking] import_exceptions = six.moves |