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:27:38 +0300
commitdf1316351301b86eb368b6e84f9af68e5622c660 (patch)
treeaff38a7fa2867bf231225562b1ff50e8327f4aca
parent9b8dada012a58acbfb3750e125bd43b77aa65ebc (diff)
downloadapscheduler-df1316351301b86eb368b6e84f9af68e5622c660.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 e2db3ff..74bd371 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 = 120