summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2017-01-31 16:52:42 -0600
committerIhar Hrachyshka <ihrachys@redhat.com>2017-02-25 06:29:55 +0000
commita14439549f15ad48bb9bc4465a04b87b6fd14826 (patch)
tree996c39ebc56acf1586b7ac7a38ae7979d049b561 /test-requirements.txt
parentd46636112f45fdf181751285835229b16886ab28 (diff)
downloadneutron-a14439549f15ad48bb9bc4465a04b87b6fd14826.tar.gz
Add bashate support
Bashate is a style checker program for bash scripts. This addition improves the quality of the current bash scripts and ensures that any future change will follow the same standards. Change-Id: Ia346f77632d4ac7beb288fa3aacea221d7969c87
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0904c959fe..f8c181c38c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -22,3 +22,4 @@ reno>=1.8.0 # Apache-2.0
# Needed to run DB commands in virtualenvs
PyMySQL>=0.7.6 # MIT License
tempest>=14.0.0 # Apache-2.0
+bashate>=0.2 # Apache-2.0