diff options
-rw-r--r-- | pkg/requirements-testing.pip | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/pkg/requirements-testing.pip b/pkg/requirements-testing.pip index f41fdba5..14a4820f 100644 --- a/pkg/requirements-testing.pip +++ b/pkg/requirements-testing.pip @@ -1,2 +1,3 @@ mock leap.soledad.client +setuptools-trial diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..c71bffa0 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[aliases] +test = trial |