X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dcaegen2%2Fplatform.git;a=blobdiff_plain;f=adapter%2Facumos%2Ftox.ini;fp=adapter%2Facumos%2Ftox.ini;h=ea7a24e2fb2a3ac6e91a9c4b1e8a962ca942d6ad;hp=deebf3b2d93162e59461126aea53e9f3fabf14ba;hb=f3637436673c64344e9fa6828cb907e8d101bf3e;hpb=505e40be9035ba6c979d5d1ccbff777ead3f2fbe diff --git a/adapter/acumos/tox.ini b/adapter/acumos/tox.ini index deebf3b..ea7a24e 100644 --- a/adapter/acumos/tox.ini +++ b/adapter/acumos/tox.ini @@ -2,6 +2,7 @@ # org.onap.dcae # ============================================================================= # Copyright (c) 2019 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2021 highstreet technologies GmbH. All rights reserved. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,7 +18,7 @@ # ============LICENSE_END====================================================== [tox] -envlist = py37,flake8 +envlist = py39,flake8 [testenv] whitelist_externals = @@ -35,7 +36,7 @@ commands= pytest --verbose --junitxml xunit-results.xml --cov aoconversion --cov-report xml --cov-report html --cov-report term [testenv:flake8] -basepython = python3.7 +basepython = python3.9 skip_install = true deps = flake8 commands = flake8 setup.py aoconversion tests