diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-24 19:34:54 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-24 19:39:03 +0200 |
commit | c3e48ccef64acc6ba31823e1c8d6138eebbffb8c (patch) | |
tree | b3cfac27ba14c7df0447d3c0becdd5bfcd116e65 /tox.ini | |
parent | 212497a6f468b47997f55ee5e68476323a103735 (diff) |
Check build.sh via bashateopnfv-6.1.0
Change-Id: I367d87539ce25d9d114ee1f75b2f8af383408865
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f351c301be1396e5dd578209c606a111afbc8758)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = pep8,pylint,yamllint,py27,py35 +envlist = pep8,pylint,yamllint,bashate,py27,py35 [testenv] usedevelop = True @@ -35,3 +35,9 @@ files = docker commands = yamllint {[testenv:yamllint]files} + +[testenv:bashate] +basepython = python2.7 +files = + build.sh +commands = bashate {[testenv:bashate]files} |