Skip to content

Commit 7d723f9

Browse files
committed
Add travis-ci
1 parent 287289e commit 7d723f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/thumbox_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule ThumboxTest do
2121
# Helper function, thumbor and python must be installed locally to run
2222
defp sign_in_thumbor(key, str) do
2323
script = EEx.eval_file("test/signer.py.eex", key: key, str: str)
24-
{<<signature::binary-size(28), "\n">>, _} = System.cmd("python2.7", ["-c", script])
24+
{<<signature::binary-size(28), "\n">>, _} = System.cmd("python", ["-c", script])
2525

2626
signature
2727
end

0 commit comments

Comments
 (0)