~johnsca/charms/trusty/cloudfoundry/better-basic-reconciler-status

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tox]
envlist = py27
skipdist=True

[testenv]
usedevelop=True
setenv =
    PYTHONPATH = {toxinidir}:{toxinidir}/charmgen
install_command=
    pip install {opts} --pre --use-wheel --no-index -f ./wheelhouse/ {packages}
commands =
         nosetests --nologcapture {posargs}
deps =
    wheel
    python-apt
    PyYAML
    coverage
    mock
    nose
    requests
    datadiff
    charmhelpers
    GitPython
    tornado
    juju-deployer
    bzr
    raindance
    args
    boto
    clint
    path.py
    subparse
    progress