summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-02-27 20:46:02 -0800
committerJeff Quast <contact@jeffquast.com>2015-02-27 20:46:02 -0800
commitd0e5b9230f84bb093e1eefdc39a2565649370925 (patch)
tree57f14fe26ca21a53fbdaf9d46662d344bd0d5b4d
parent59db6acca3a5ceb9d9eb22096de2f5c0e396154c (diff)
parent1d2f55415e3bd3c1ef6422abfd0eca1e25cb03da (diff)
downloadblessings-d0e5b9230f84bb093e1eefdc39a2565649370925.tar.gz
Merge branch 'blessed-integration-leave-pep8-to-prospector' into blessed-integration-freebsd-support
-rw-r--r--tox.ini16
1 files changed, 7 insertions, 9 deletions
diff --git a/tox.ini b/tox.ini
index ff8b2b6..ebdf04e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = static_analysis,
+envlist = sa,
py26,
py27,
py33,
@@ -11,24 +11,22 @@ skip_missing_interpreters = true
[testenv]
whitelist_externals = /bin/bash /bin/mv
setenv = PYTHONIOENCODING=UTF8
-deps = pytest-flakes
- pytest-xdist
- pytest-pep8
+deps = pytest-xdist
pytest-cov
pytest
mock
commands = {envbindir}/py.test \
- --strict --pep8 --flakes \
- --junit-xml=results.{envname}.xml --verbose \
+ --strict --junit-xml=results.{envname}.xml \
+ --verbose --verbose \
--cov blessings blessings/tests --cov-report=term-missing \
{posargs}
/bin/mv {toxinidir}/.coverage {toxinidir}/.coverage.{envname}
-[testenv:static_analysis]
+[testenv:sa]
+# static analysis
deps = prospector[with_everything]
-commands = prospector \
+commands = -prospector \
--die-on-tool-error \
- --test-warnings \
--doc-warnings \
{toxinidir}