diff --git a/tox.ini b/tox.ini index bf86c655a59d65f4713469d06467ab83d8bba4fc..45f004d813201ca3e532f5c97a24c2a3638f5bd0 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]