Skip to content

Commit

Permalink
use propcheck only in test env
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Feb 7, 2020
1 parent dd61a59 commit 1237264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ defmodule ExRLP.Mixfile do
{:ex_doc, "~> 0.19", only: :dev, runtime: false},
{:dialyxir, "~> 0.5", only: [:dev], runtime: false},
{:poison, "~> 4.0.1", only: [:dev, :test], runtime: false},
{:propcheck, "~> 1.1", only: [:test, :dev]}
{:propcheck, "~> 1.1", only: [:test]}
]
end

Expand Down

0 comments on commit 1237264

Please sign in to comment.