Add tox tests for osm charms in devops
[osm/devops.git] / installers / charm / mon / tox.ini
index 0b1ab82..7ddaf8d 100644 (file)
@@ -26,7 +26,7 @@ sitepackages = False
 skip_missing_interpreters = False
 
 [testenv]
-basepython = python3
+basepython = python3.8
 setenv =
   PYTHONHASHSEED=0
   PYTHONPATH = {toxinidir}/src
@@ -66,10 +66,9 @@ deps =
   yamllint
   flake8
 commands =
-  black --check --diff . --exclude "build/|.tox/|mod/|lib/"
+  black --check --diff . --exclude "build/|.tox/|mod/|lib/|release/"
   yamllint .
-  flake8 . --max-line-length=100 --ignore="E501,W503,W504,F722" --exclude "build/ .tox/ mod/ lib/"
-
+  flake8 . --max-line-length=100 --ignore="E501,W503,W504,F722" --exclude "build/ .tox/ mod/ lib/ release/"
 [coverage:run]
 branch = True
 concurrency = multiprocessing