summaryrefslogtreecommitdiffstats
path: root/relationships/tox.ini
blob: 2e310871d46df47885b9d985ff89968b76934004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tox]
envlist = py27
[testenv]
deps=
    pytest
    uuid==1.30
    cloudify==3.4
    bottle==0.12.7
    cloudify-plugins-common==3.4
    cloudify-rest-client==3.4
    Jinja2==2.7.2
    MarkupSafe==0.23
    networkx==1.8.1
    pika==0.9.14
    proxy-tools==0.1.0
    python-consul==0.6.1
    requests==2.7.0
    requests-toolbelt==0.7.0
    six==1.10.0
commands=pytest