summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <jquast@io.com>2015-01-03 19:33:34 -0800
committerJeff Quast <jquast@io.com>2015-01-03 19:33:34 -0800
commit583a305528f00636442d4949f83dd97b7f03d3eb (patch)
treee509b1f2b18b21c327230a03f8d72e17c6234857
parenta640b004655371681964b0f04d8911ab21cca88a (diff)
downloadblessings-583a305528f00636442d4949f83dd97b7f03d3eb.tar.gz
use 'with_everything'
thanks @carlio https://github.com/landscapeio/prospector/issues/73#issuecomment-68531424
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b56b5db..a519439 100644
--- a/tox.ini
+++ b/tox.ini
@@ -25,7 +25,7 @@ commands = {envbindir}/py.test \
/bin/mv {toxinidir}/.coverage {toxinidir}/.coverage.{envname}
[testenv:static_analysis]
-deps = prospector[with_pep257,with_pyroma,with_vulture]
+deps = prospector[with_everything]
commands = prospector \
--die-on-tool-error \
--test-warnings \