make tests watchable and notifies

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2018-01-15 11:41:47 +01:00
parent a1f60cf386
commit 226df0d0ef
3 changed files with 7 additions and 1 deletions

View File

@@ -63,7 +63,9 @@ defmodule Eventos.Mixfile do
{:excoveralls, "~> 0.8", only: :test},
{:dogma, "~> 0.1", only: [:dev, :test]},
{:icalendar, "~> 0.6"},
{:ex_doc, "~> 0.16", only: :dev, runtime: false}
{:ex_doc, "~> 0.16", only: :dev, runtime: false},
{:mix_test_watch, "~> 0.5", only: :dev, runtime: false},
{:ex_unit_notifier, "~> 0.1", only: :test}
]
end