summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorShankaranarayanan Puzhavakath Narayanan <snarayanan@research.att.com>2020-03-05 17:50:24 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-05 17:50:24 +0000
commitb9cbf0028fd8db0d7ab9e845acc41b9f3ecb245f (patch)
treed918418791df55e2aa7d08437f6d9e26139f95f1 /tox.ini
parent2e2d7f666ad84d6fe18c86ad7718fd89f2c9448e (diff)
parentde5fdaafad9fccba0b9a7f308d72f26816dd1a0f (diff)
Merge "Adding the generic solver code"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2c30e73..7b0fb07 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,13 +17,14 @@ commands =
# TODO: need to update the above "omit" when we package osdf as pip-installable
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test/test-requirements.txt
+ -r{toxinidir}/requirements-opteng.txt
[run]
-source=./apps/,./osdf/,osdfapp.py
+source=./apps/,./osdf/,osdfapp.py,./runtime/,solverapp.py
[testenv:pylint]
whitelist_externals=bash
-commands = bash -c "pylint --reports=y osdf apps| tee pylint.out"
+commands = bash -c "pylint --reports=y osdf apps runtime| tee pylint.out"
[testenv:py3]
basepython=python3.6