From 6f12d4119b41ec1d698d694fafe664ab445a50ed Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Mon, 18 Nov 2019 00:35:45 +0100 Subject: [PATCH] Possible fix for travis test --- src/matyan/tests/test_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matyan/tests/test_commands.py b/src/matyan/tests/test_commands.py index 79004ec..c14b476 100644 --- a/src/matyan/tests/test_commands.py +++ b/src/matyan/tests/test_commands.py @@ -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 )