aboutsummaryrefslogtreecommitdiffstats
path: root/tox-local.ini
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2018-07-09 15:11:14 -0400
committerTommy Carpenter <tommy@research.att.com>2018-07-10 09:31:45 -0400
commit46ef692d3c1c9d57ad61bcc34bdac48eabf240b7 (patch)
tree52972cd3c311d66f69805a91df7aad86a7d81595 /tox-local.ini
parente98e967740e58cf429b76b187828e3e0625215a5 (diff)
Finish EELF compliance.
Issue-ID: DCAEGEN2-581 Change-Id: I22651dbe775b0165612c507df99b5a0e8e2ee22c Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'tox-local.ini')
-rw-r--r--tox-local.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox-local.ini b/tox-local.ini
index bbf619b..f4a3f65 100644
--- a/tox-local.ini
+++ b/tox-local.ini
@@ -1,6 +1,6 @@
# content of: tox.ini , put in same dir as setup.py
[tox]
-envlist = py36,flake8
+envlist = py37,flake8
setupdir=app/app
[testenv]
@@ -15,7 +15,7 @@ commands=
pytest --verbose --cov config_binding_service --cov-report=html
[testenv:flake8]
-basepython = python3.6
+basepython = python3.7
skip_install = true
deps = flake8
commands = flake8 setup.py config_binding_service tests