Browse Source

that didn't work so well

Simon Krajewski 11 năm trước cách đây
mục cha
commit
c264f5fdc4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/RunTravis.hx

+ 1 - 1
tests/RunTravis.hx

@@ -107,7 +107,7 @@ class RunTravis {
 				runCommand("haxe", ["compile-php.hxml"]);
 				runCommand("php", ["php/index.php"]);
 			case "python":
-				runCommand("sudo", ["apt-get", "install", "python3.3", "-y"], true);
+				runCommand("sudo", ["apt-get", "install", "python3", "-y"], true);
 				runCommand("haxe", ["compile-python.hxml"]);
 				runCommand("python3", ["unit.py"]);
 			case "cpp":