aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2019-09-12 16:49:44 -0400
committerPrudence Au <prudence.au@amdocs.com>2019-09-13 21:10:44 -0400
commit828744ffcd3d31444079b507bfe05a11c8aba6ce (patch)
tree56bbf54120d9d7f2c5b6d842ed4bd046111706e3
parentaf7b98db7774e3232a9fe3b988a0c7f86a1af4ea (diff)
Try to fix tox error from Jenkins due to Python version upgrade
Issue-ID: LOG-1131 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Idabf1070c763585cd4507afd4216c07dad294465
-rw-r--r--pylog/tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/pylog/tox.ini b/pylog/tox.ini
index a47f58c..bf6b784 100644
--- a/pylog/tox.ini
+++ b/pylog/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist =py,py27,pep8
+envlist =py,py3,pep8
skipsdist = true
skip_missing_interpreters = true
@@ -25,10 +25,5 @@ commands=flake8
show-source = true
exclude = env,venv,.venv,.git,.tox,dist,doc,*egg,build
-
-[testenv:py27]
-commands =
- {[testenv]commands}
-
[testenv:cover]
commands = py.test --cov onaplogging