aviau 9b11aac921 Added basic lib
Change-Id: Id130ae407769d0670a2172b6df5f20eb61eaed8c
2014-12-16 17:29:26 -05:00

20 lines
430 B
INI

[tox]
minverson = 1.6
envlist = py34, py27, pep8, docs
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U --force-reinstall {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:pep8]
commands = flake8
[testenv:docs]
commands = python setup.py build_sphinx
[flake8]
exclude = .venv,.git,.tox,env,dist,*openstack/common*,*lib/python*/,*egg,build