blob: f13e9091c6bcea8b2e01e80ff23327ad80c2fb63 [file] [log] [blame]
[tox]
envlist = py25,py26,py27,pypy,py32,py33,py34,lint
setenv =
PIP_USE_MIRRORS=1
[testenv]
deps = backports.ssl_match_hostname
mock
unittest2
lockfile
paramiko
commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
python setup.py test
[testenv:py25]
setenv = PIP_INSECURE=1
deps = backports.ssl_match_hostname
mock
unittest2
lockfile
ssl
simplejson
paramiko
[testenv:pypy]
deps = backports.ssl_match_hostname
mock
unittest2
lockfile
[testenv:py32]
deps = backports.ssl_match_hostname
mock
lockfile
[testenv:py33]
deps = backports.ssl_match_hostname
mock
lockfile
[testenv:py34]
# At some point we can switch to use the stdlib provided mock module on
# Python3.4+
deps = backports.ssl_match_hostname
mock
lockfile
[testenv:docs]
deps = sphinx
pysphere
basepython = python2.7
changedir = docs
commands = python ../contrib/generate_provider_feature_matrix_table.py
sphinx-apidoc -d 2 ../libcloud/ -o apidocs/
sphinx-build -b html -d {envtmpdir}/doctrees . _build/html
[testenv:scrape-ec2-prices]
deps = requests
demjson
basepython = python2.7
commands = python contrib/scrape-ec2-prices.py
[testenv:pylint]
depds = pylint
commands = pylint --rcfile=.pylintrc -E libcloud/
[testenv:lint]
deps = flake8
commands = flake8 --ignore=E402 --exclude="test" libcloud/
flake8 --ignore=E402 --max-line-length=160 libcloud/test/
flake8 --ignore=E402 demos/
flake8 --ignore=E402,E902 docs/examples/
flake8 --ignore=E402,E902 --max-line-length=160 contrib/
python -mjson.tool libcloud/data/pricing.json