diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-23 23:24:26 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-04-23 23:24:58 +0200 |
commit | 00b78ca96bef67166e0118a0dbdb5152f401a608 (patch) | |
tree | a87f914692455855e9d1706dc6f4afcc33d1eec6 /test-requirements.txt | |
parent | 8813a7d33fc632cdbeaa7cfd126976e6a57c68ea (diff) |
Check shell scripts via bashate
It also removes functest/cli/functest-complete.sh.
Change-Id: I5d9313be6a155b4adf1b82ce2b111ec06823cd8f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 84c5a4435..2f570745e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11,3 +11,4 @@ sphinx-opnfv-theme sphinx-rtd-theme yamllint doc8>=0.6.0 # Apache-2.0 +bashate>=0.5.1 # Apache-2.0 |