commit 9db92bd8c2596893d7c5eef7da1e62a82b7c9810 Author: juga0 juga@riseup.net Date: Fri Sep 14 09:41:50 2018 +0000
Remove passenv since it is not needed with tox-travis --- tox.ini | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/tox.ini b/tox.ini index bf86c65..45f004d 100644 --- a/tox.ini +++ b/tox.ini @@ -56,10 +56,6 @@ install_command = deps = .[test] commands = coverage run -a --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest -s {toxinidir}/tests/unit -vv -passenv = - TRAVIS - TRAVIS_JOB_ID - TRAVIS_BRANCH
[testenv:doc]