diff options
author | Joshua Harlow <harlowja@gmail.com> | 2016-05-12 11:30:20 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2016-05-12 11:30:20 -0700 |
commit | bf82ca0db5c2e94c4b9c12b1bd92962eac06c4a8 (patch) | |
tree | 3ab2f7433ed23ea28c6b27807df48d12cc22480b | |
parent | 3f468f3f25319020e233e8c5db02d43dce0499e4 (diff) | |
download | vyos-cloud-init-bf82ca0db5c2e94c4b9c12b1bd92962eac06c4a8.tar.gz vyos-cloud-init-bf82ca0db5c2e94c4b9c12b1bd92962eac06c4a8.zip |
Ensure hacking is installed
-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 170856ad..55c408cb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,3 +6,4 @@ pyflakes contextlib2 setuptools flake8>=2.5.4 +hacking |