]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fix flake exclude matching of .*
authorTerry Wilson <twilson@redhat.com>
Fri, 30 Jan 2015 17:05:34 +0000 (11:05 -0600)
committerTerry Wilson <twilson@redhat.com>
Fri, 30 Jan 2015 17:05:34 +0000 (11:05 -0600)
commit2843bc8af0d93675d790f1e63289dd31645a59fe
tree9b1ec2fcc37ab0b17091d8eb68dd2a3750aa9854
parente18f0cb003a0046195a00206734133827e199ed3
Fix flake exclude matching of .*

When using \.* for a match, flake8 tests all files in .venv on my
machine. Replacing this match with ./.* fixes the issue.

Change-Id: If5617daad95e8b33888b672e36f38ade07d7cb89
tox.ini