summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorNikos Karandreas <nick@intracom-telecom.com>2018-10-18 09:49:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-18 09:49:17 +0000
commit2147aa5c54101fa3bf58f2551315fc454c7dc2b6 (patch)
tree02585aac45a4e38f21d0bd6fae2fb408bcc404f8 /test-requirements.txt
parent90780e7d12b9003955cfbb8ff0155baf75b26323 (diff)
parent235cb921e06fbc979276aca8d753084033678df2 (diff)
Merge "Add flake8 and yamllint tox environments and fix tox errors"
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..646bbae
--- /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.
+flake8 # MIT
+yamllint