diff options
author | Kali Kaneko <kali@leap.se> | 2015-07-28 09:59:41 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-07-28 09:59:41 -0400 |
commit | 8682cf28de1e8e685729dbdc941c7d1cda783e9d (patch) | |
tree | f61bbdb10750487522b54a8406ea618bed77baa1 | |
parent | 0a5f33e0f1391268faf9fac48072d35a6e172b21 (diff) |
[tests] add pep8 to requirements-testing
-rw-r--r-- | client/pkg/requirements-testing.pip | 1 | ||||
-rw-r--r-- | common/pkg/requirements-testing.pip | 1 | ||||
-rw-r--r-- | server/requirements-testing.pip | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/client/pkg/requirements-testing.pip b/client/pkg/requirements-testing.pip new file mode 100644 index 00000000..94ab6e8e --- /dev/null +++ b/client/pkg/requirements-testing.pip @@ -0,0 +1 @@ +pep8 diff --git a/common/pkg/requirements-testing.pip b/common/pkg/requirements-testing.pip index 5d12d05f..526b7101 100644 --- a/common/pkg/requirements-testing.pip +++ b/common/pkg/requirements-testing.pip @@ -1,6 +1,7 @@ mock testscenarios setuptools-trial +pep8 #---------------------------------------------------------------------- #Right now, common tests also depend on having the other soledad diff --git a/server/requirements-testing.pip b/server/requirements-testing.pip new file mode 100644 index 00000000..94ab6e8e --- /dev/null +++ b/server/requirements-testing.pip @@ -0,0 +1 @@ +pep8 |