diff options
Diffstat (limited to 'tox-local.ini')
-rw-r--r-- | tox-local.ini | 4 |
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 |