armada/tox.ini
gardlt 68d95bdcc5 [feature] restructure-clean-up-project
* updating file-structure
* update docker file
* update develop docs
* update api and cmd
2017-06-12 09:06:17 -05:00

23 lines
370 B
INI

[tox]
envlist = py27
[testenv]
deps=
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setenv=
PYTHONWARNINGS=all
[testenv:ubuntu]
commands =
sh {toxinidir}/scripts/libgit2.sh
[testenv:docs]
commands = python setup.py build_sphinx
[flake8]
ignore=E302,H306
exclude= libgit2-0.24.0, .git, .idea, .tox, *.egg-info, *.eggs, bin, dist, hapi