summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <jquast@io.com>2015-04-13 22:22:17 -0700
committerJeff Quast <jquast@io.com>2015-04-13 22:24:42 -0700
commit711d317c2ae27862ab8e99612f1559cbdfaf6c9f (patch)
treea7c124cd95c313a2af3612bb32753fba98799efb
parent035d58bb9d09ea1ba8e34ab689cf3493159f2440 (diff)
downloadblessings-711d317c2ae27862ab8e99612f1559cbdfaf6c9f.tar.gz
fix empty command = line
-rw-r--r--tox.ini13
1 files changed, 6 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index 3b88fb0..6ffcf2a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ envlist = sa,
skip_missing_interpreters = true
[testenv]
-whitelist_externals = /bin/bash /bin/mv
+whitelist_externals = /bin/mv
setenv = PYTHONIOENCODING=UTF8
deps = pytest-xdist
pytest-cov
@@ -20,7 +20,7 @@ commands = {envbindir}/py.test \
--strict --junit-xml=results.{envname}.xml \
--verbose --verbose \
--cov blessings --cov-report=term-missing \
- blessings/tests
+ blessings/tests \
{posargs}
/bin/mv {toxinidir}/.coverage {toxinidir}/.coverage.{envname}
@@ -37,11 +37,10 @@ whitelist_externals=echo
basepython=python
deps=sphinx
sphinx_rtd_theme
-commands=
- sphinx-build -v -W -b html -d {toxinidir}/docs/_build/doctrees \
- docs \
- {toxinidir}/docs/_build/html
- echo "open {toxinidir}/docs/_build/html/index.html for review"
+commands = sphinx-build -v -W -b html -d {toxinidir}/docs/_build/doctrees \
+ docs \
+ {toxinidir}/docs/_build/html
+ echo "open {toxinidir}/docs/_build/html/index.html for review"
[pytest]
# py.test fixtures conflict with pyflakes