Skip to content

Commit

Permalink
move test deps to test profile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed Jun 20, 2015
1 parent 13b4c7d commit bb17fe2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
22 changes: 15 additions & 7 deletions rebar.config
Expand Up @@ -34,10 +34,18 @@
{sub_dirs, [
]}.

{deps,
[
{meck, ".*", {git, "git://github.com/eproxus/meck.git", {tag, "0.8.2"}}},
{reloader, ".*", {git, "git://github.com/sile/reloader.git", {branch, "master"}}},
{edown, ".*", {git, "git://github.com/dwango/edown.git", {branch, "master"}}},
{eunit_formatters, ".*", {git, "git://github.com/seancribbs/eunit_formatters", {branch, "master"}}}
]}.
{profiles, [{test,
[{deps,
[
{meck, ".*", {git, "git://github.com/eproxus/meck.git", {tag, "0.8.2"}}},
{edown, ".*", {git, "git://github.com/dwango/edown.git", {branch, "master"}}},
{eunit_formatters, ".*", {git, "git://github.com/seancribbs/eunit_formatters", {branch, "master"}}}
]}
]},
{dev, [{deps,
[{reloader, ".*", {git, "git://github.com/sile/reloader.git", {branch, "master"}}}]
}
]
}
]
}.
17 changes: 1 addition & 16 deletions rebar.lock
@@ -1,16 +1 @@
[{<<"reloader">>,
{git,"git://github.com/sile/reloader.git",
{ref,"ab13271c015f73a52ab5d01d989f5ea110c272d8"}},
0},
{<<"meck">>,
{git,"git://github.com/eproxus/meck.git",
{ref,"dde759050eff19a1a80fd854d7375174b191665d"}},
0},
{<<"eunit_formatters">>,
{git,"git://github.com/seancribbs/eunit_formatters",
{ref,"2c73eb6e46b0863f19507857b386a48a53aaf141"}},
0},
{<<"edown">>,
{git,"git://github.com/dwango/edown.git",
{ref,"dd1239c1d8669b247ceac83b1654fa55c675d8f3"}},
0}].
[].

0 comments on commit bb17fe2

Please sign in to comment.