Skip to content

Commit

Permalink
Possible fix for travis test
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Nov 17, 2019
1 parent d10eedc commit 6f12d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matyan/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def setUpClass(cls):
test_dir = project_dir("tests/matyan-testing")
if not os.path.exists(test_dir):
git.Repo.clone_from(
"git@bitbucket.org:barseghyanartur/matyan-testing.git",
"https://barseghyanartur@bitbucket.org/barseghyanartur/matyan-testing.git", # NOQA
test_dir,
StrictHostKeyChecking=False
)
Expand Down

0 comments on commit 6f12d41

Please sign in to comment.