From 929905100eeeb891896fbcfad721047925dc2a05 Mon Sep 17 00:00:00 2001 From: "zhifeng.jiang" Date: Sun, 12 Jun 2016 22:07:43 +0800 Subject: Add the tox.ini and requirement list so that we can start pep8 check by "tox -e pep8" JIRA:QTIP-89 Change-Id: Iff0792e2503be73865aa21c2995f1fb2252442fb Signed-off-by: zhifeng.jiang --- test-requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test-requirements.txt (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 00000000..e4a0274b --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,5 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +pytest -- cgit