aboutsummaryrefslogtreecommitdiffstats
path: root/test/onaptests_bench/tox.ini
blob: 9745d4fe637f49fda3fdc821cc3c806ede6e6506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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