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

@@ -1,12 +1,7 @@
[tox]
envlist = py{26,27,35,36}-{default,pinned,unpinned}
envlist = py{26,27,35,36}
[testenv]
setenv =
TEST_DEPS=True
pinned: DEPS_RESOLVE=PINNED
unpinned: DEPS_RESOLVE=UNPINNED
commands=
py.test --cov=puppetboard --pep8 -v
py{27,35,36}: bandit -r puppetboard
py{27,35,36}: bandit -r tests