[Issue-Id:RICAPP-204] Bump version to 1.0.0 and push to staging area
[ric-app/ad.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 97f76d6..09d34a7 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ envlist = code,flake8,docs,docs-linkcheck
 minversion = 2.0
 
 [testenv:code]
-basepython = python3.7
+basepython = python3
 deps=
     pytest
     coverage
@@ -25,22 +25,22 @@ deps=
 
 setenv =
     LD_LIBRARY_PATH = /usr/local/lib/:/usr/local/lib64
-    PYTHONPATH = {toxinidir}:ad:/usr/lib/python3.7/site-packages/
+    PYTHONPATH = {toxinidir}:src:/usr/lib/python3.7/site-packages/
     RMR_SEED_RT = tests/fixtures/test_local.rt
     RMR_ASYNC_CONN = 0
     USE_FAKE_SDL = 1
 
 commands =
-    pytest -v --cov ad --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=50
+    pytest -v --cov src --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=50
     coverage xml -i
 
 [testenv:flake8]
-basepython = python3.7
+basepython = python3
 skip_install = true
 deps = flake8
 setenv =
-    PYTHONPATH = {toxinidir}:ad:/usr/lib/python3.7/site-packages/
-commands = flake8 setup.py ad tests
+    PYTHONPATH = {toxinidir}:src:/usr/lib/python3.7/site-packages/
+commands = flake8 setup.py src tests
 
 [flake8]
 extend-ignore = E501,E741,E731
@@ -54,7 +54,7 @@ commands = sh -c 'pip freeze > requirements.txt'
 [testenv:docs]
 whitelist_externals = echo
 skipsdist = true
-basepython = python3.7
+basepython = python3
 
 deps =
     sphinx
@@ -68,7 +68,7 @@ commands =
 
 [testenv:docs-linkcheck]
 skipsdist = true
-basepython = python3.7
+basepython = python3
 deps = sphinx
        sphinx-rtd-theme
        sphinxcontrib-httpdomain