summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndrew Leeming <andrew.leeming@codethink.co.uk>2017-01-04 11:58:40 +0000
committerAndrew Leeming <andrew.leeming@codethink.co.uk>2017-01-04 11:58:40 +0000
commit1ac35cd3a1f3778518ff6a75c5f6be4b1dcb6c11 (patch)
tree667212b8b29b0cafd1e15e76c0c7942d7b307aea /setup.cfg
parentdfd6a6599b2b9886dca68de5300283fc3d78fb00 (diff)
downloadbuildstream-1ac35cd3a1f3778518ff6a75c5f6be4b1dcb6c11.tar.gz
Patching setup.cfg file for virtual env
Pep8 should not be run on all files in the basedir. Adding an ignore rule for if a virtual env directory exists.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f5e4d9cd0..12de7ddcc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -9,3 +9,5 @@ pep8ignore =
* E129
doc/source/conf.py ALL
tmp/* ALL
+ */lib/python3* ALL
+ */bin/* ALL \ No newline at end of file