diff --git a/travis/compile_all.py b/travis/compile_all.py index f72c357..cf57e74 100755 --- a/travis/compile_all.py +++ b/travis/compile_all.py @@ -68,7 +68,7 @@ def make_archive(archive_name, file_to_archives): def scp(what, where): - command = ['scp', '-i', SSH_KEY, what, where] + command = ['scp', '-i', str(SSH_KEY), what, where] subprocess.check_call(command)