summaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: d7da122afc1de0561777d290ffc728769720e5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = py27

[testenv]
deps =
  -r{toxinidir}/requirements.txt
  -r{toxinidir}/test-requirements.txt
commands = nosetests --with-xunit \
  --with-coverage \
  --cover-tests \
  --cover-package=functest \
  --cover-xml \
  --cover-html \
  functest/tests/unit