summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-07-09 16:54:14 +0000
committerkaniini <nenolod@gmail.com>2019-07-09 16:54:14 +0000
commitb6fd16d0a424f916b7338237a2972e595e404955 (patch)
tree3d5b7c516921b4fdcf50ffb71382e49d1474eb66 /mix.exs
parent1179a135333aa59e7fa4f5b908e1db8257b994f5 (diff)
parent4e6e5d80428a40f0403560b3c8381ea48cf4373e (diff)
downloadpleroma-b6fd16d0a424f916b7338237a2972e595e404955.tar.gz
pleroma-b6fd16d0a424f916b7338237a2972e595e404955.zip
Merge branch 'test-coverage' into 'develop'
reverse proxy tests See merge request pleroma/pleroma!1385
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 22d3d50df..48a43fccb 100644
--- a/mix.exs
+++ b/mix.exs
@@ -151,7 +151,8 @@ defmodule Pleroma.Mixfile do
{:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
{:ex_rated, "~> 1.3"},
{:plug_static_index_html, "~> 1.0.0"},
- {:excoveralls, "~> 0.11.1", only: :test}
+ {:excoveralls, "~> 0.11.1", only: :test},
+ {:mox, "~> 0.5", only: :test}
] ++ oauth_deps()
end