aboutsummaryrefslogtreecommitdiffstats
path: root/test/onaptests_bench/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'test/onaptests_bench/tox.ini')
-rw-r--r--test/onaptests_bench/tox.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/onaptests_bench/tox.ini b/test/onaptests_bench/tox.ini
new file mode 100644
index 000000000..9745d4fe6
--- /dev/null
+++ b/test/onaptests_bench/tox.ini
@@ -0,0 +1,15 @@
+[tox]
+envlist = py3, pylint
+
+[testenv]
+deps =
+ -r{toxinidir}/requirements.txt
+
+[testenv:py3]
+commands = python {toxinidir}/setup.py develop
+
+[testenv:pylint]
+deps =
+ -r{toxinidir}/test-requirements.txt
+
+commands = pylint src