Simply build requirements. Dependency management based on

social_app django project.
This commit is contained in:
Mike Terzo
2017-02-28 17:36:43 -05:00
parent fd4051b619
commit 10147b993e
8 changed files with 65 additions and 117 deletions

View File

@@ -21,5 +21,6 @@ exclude=venv
[tool:pytest]
addopts = --cov=puppetboard --cov-report=term-missing
norecursedirs = docs .tox venv
norecursedirs = docs .tox venv .eggs lib
pep8ignore = E402
python_files = test/*.py