summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2015-12-17 17:45:30 +0000
committerJim Rollenhagen <jim@jimrollenhagen.com>2015-12-17 17:45:30 +0000
commit95fcd6433b45199999bffe0ab8c59fb9ee82b8c6 (patch)
tree4cb86589a3930efff95041b436b8efc4aefceae4 /test-requirements.txt
parentf047ea0f7e8e832f2670082246a8f1a7ad090227 (diff)
downloadironic-95fcd6433b45199999bffe0ab8c59fb9ee82b8c6.tar.gz
Run bashate as part of the pep8 command
In order to save gate resources we could just run bashate as part of the the pep8 command. The tox bashate command is removed and bashate is added as a dependency in the test-requirements.txt file. Change-Id: I75df4103c0154c5424b8781c1db3480336a5e1d2
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 fc6c31f9d..463c50f72 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17,6 +17,7 @@ os-testr>=0.4.1
testresources>=0.2.4
testscenarios>=0.4
WebTest>=2.0
+bashate>=0.2 # Apache-2.0
# Doc requirements
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2