Explorar o código

use python 3.3

Simon Krajewski %!s(int64=11) %!d(string=hai) anos
pai
achega
6bbb213818
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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":