diff options
-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 |