summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-02-27 20:33:11 -0800
committerJeff Quast <contact@jeffquast.com>2015-02-27 20:33:11 -0800
commit5eaba983beca99f526a58f1014a9adc608eecedd (patch)
tree18943186e0424ff9f1543502e41fb19e3fc55949
parent4180af98eb12620e2db39a2e1e47a337a3a4ba14 (diff)
parent1d2f55415e3bd3c1ef6422abfd0eca1e25cb03da (diff)
downloadblessings-5eaba983beca99f526a58f1014a9adc608eecedd.tar.gz
Merge branch 'blessed-integration-leave-pep8-to-prospector' into blessed-integration-keyboard_fd-private
-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}