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