diff options
-rw-r--r-- | pylog/tox.ini | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/pylog/tox.ini b/pylog/tox.ini index 3f92b52..b5f2dd3 100644 --- a/pylog/tox.ini +++ b/pylog/tox.ini @@ -1,24 +1,21 @@ [tox] envlist = - testenv, - jenkins, + py36 + py37 + py38 pep8 - flake8 cover skipsdist = true skip_missing_interpreters = true [tox:jenkins] -basepython = python3 downloadcache = ~/cache/pip [testenv] -basepython = python3 deps = -r{toxinidir}/test_requirements.txt coverage pytest-cov setenv = PYTHONPATH={toxinidir}/ - commands = pytest [testenv:pep8] @@ -26,11 +23,6 @@ basepython = python3 deps=flake8 commands=flake8 onaplogging -[flake8] -basepython = python3 -show-source = true -exclude = env,venv,.venv,.git,.tox,dist,doc,*egg,build - [testenv:cover] basepython = python3 commands = py.test --cov-report term-missing --cov onaplogging |