tox.ini 422 字节
Newer Older
N
Nicolargo 已提交
1 2 3 4 5 6 7
# Tox (http://tox.testrun.org/) is a tool for running tests
# Install: 
#   pip install tox
# Run:
#   tox

[tox]
8 9
#envlist = py27, py34
envlist = py27
N
Nicolargo 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

[testenv]
deps =
    flake8
    requests
    psutil
    bottle
    batinfo
    https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz
commands =
    python unitest.py
    python unitest-restful.py
    python unitest-xmlrpc.py
    #flake8 --exclude=build,.tox,.git