Simply build requirements. Dependency management based on
social_app django project.
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user