summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAmrith Kumar <amrith@tesora.com>2016-10-09 07:13:29 -0400
committerAmrith Kumar <amrith@tesora.com>2016-10-09 07:14:25 -0400
commitb120be1772f2416730ea1066782bf0813ca2dd1a (patch)
treee86dddeed295fdb97489f66170d6965a58474cd9 /tox.ini
parent473d360b906dba80f0f914e88b461221c1bfd5f3 (diff)
downloadtrove-b120be1772f2416730ea1066782bf0813ca2dd1a.tar.gz
Merge trove-integration into trove
This commit will merge into trove, the trove-integration tree as of commit 9f92ca853f8aa2f72921e54682c918941a8f0919. This is in preparation for making trove-integration go away. In addition, it supresses any consideration of the integration directory in the trove tox tests as it is understandably a small pile of pooh and in need of much cleanup. Change-Id: Ib7f2655c4c5ed86b5454708c04371ee55e37ec2d Partially-Implements-Blueprint: eliminate-trove-integration-and-redstack
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 85d5f69f..ec32ad81 100644
--- a/tox.ini
+++ b/tox.ini
@@ -73,7 +73,7 @@ show-source = True
# The rest of the ignores are TODOs.
ignore = F821,H237,H301,H404,H405,H501
builtins = _
-exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot
+exclude=.venv,.tox,.git,dist,doc,*egg,tools,etc,build,*.po,*.pot,integration
filename=*.py,trove-*
[testenv:api-ref]