summaryrefslogtreecommitdiffstats
path: root/sshkeyshare/tox.ini
blob: 29b7a45f60d26b454f6c643fd8149731357f412e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py27
[testenv]
deps=
    cloudify==3.4
    pytest
    coverage
    pytest-cov
setenv=
    PYTHONPATH={toxinidir}
commands=
    pytest --junitxml xunit-results.xml --cov sshkeyshare --cov-report xml
    coverage xml