diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2013-09-08 14:23:11 +0200 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2013-09-08 14:23:11 +0200 |
commit | caceea0dba8a9f41aae26a360fbde9687109aa4b (patch) | |
tree | 89089bcf6c6887944f1b2a3d00e8e4bdc8441d20 | |
parent | Merge pull request #86 from dastergon/misc_flake8 (diff) | |
download | identity.gentoo.org-caceea0dba8a9f41aae26a360fbde9687109aa4b.tar.gz identity.gentoo.org-caceea0dba8a9f41aae26a360fbde9687109aa4b.tar.bz2 identity.gentoo.org-caceea0dba8a9f41aae26a360fbde9687109aa4b.zip |
ignore virtualenv from flake8
-rwxr-xr-x | bin/runtests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runtests b/bin/runtests index 1ea3b7a..f77f005 100755 --- a/bin/runtests +++ b/bin/runtests @@ -5,7 +5,7 @@ while getopts sdcf2 arg; do s) SETTINGS="--settings=okupy.tests.settings" ;; d) TDAEMON="tdaemon -t django" ;; c) COVERAGE="coverage" ;; - f) FLAKE8="flake8 . --exclude=./okupy/tests/settings.py,./okupy/settings,setup.py" ;; + f) FLAKE8="flake8 . --exclude=./okupy/tests/settings.py,./okupy/settings,setup.py,.virtualenv" ;; 2) SUFFIX="2" ;; esac done |