summaryrefslogtreecommitdiffstats
path: root/dcaeapplib/tox.ini
blob: 2b0ce9a9b546d4675dbfa8f59bf03337c508ce0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py35,py36
[testenv]
deps=
  onap-dcae-cbs-docker-client>=2.1.0
  pytest
  coverage
  pytest-cov
setenv =
  PYTHONPATH={toxinidir}
commands=
  pytest --junitxml xunit-results.xml --cov dcaeapplib --cov-report xml
  coverage xml