瀏覽代碼

use python 3.3

Simon Krajewski 11 年之前
父節點
當前提交
6bbb213818
共有 1 個文件被更改,包括 1 次插入1 次删除
  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", "-y"], true);
+				runCommand("sudo", ["apt-get", "install", "python3.3", "-y"], true);
 				runCommand("haxe", ["compile-python.hxml"]);
 				runCommand("python3", ["unit.py"]);
 			case "cpp":