summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-03-30 09:04:27 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-03-30 09:07:45 +0300
commitbc8ae633568ca87befcf4e7b0b8cf71c22e5c3cb (patch)
tree710e45272f71b453970437cf3ac24aa896546f60
parent805a7e1e40a66443d06fce449bfd7cb9f0614d7d (diff)
downloadapscheduler-bc8ae633568ca87befcf4e7b0b8cf71c22e5c3cb.tar.gz
Added the virtualenv directory to py.test excludes
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index a42bf0f..0a852a4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,7 +7,7 @@ upload-dir = docs/_build/html
[pytest]
addopts = -rsx --tb=short
-norecursedirs = .git .tox .cache build docs examples
+norecursedirs = .git .tox .cache build docs examples virtualenv
[flake8]
max-line-length = 99