Browse Source

travis python fix

frabbit 11 years ago
parent
commit
e81bdec407
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/RunTravis.hx

+ 2 - 2
tests/RunTravis.hx

@@ -107,9 +107,9 @@ 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.3", ["unit.py"]);
+				runCommand("python3", ["unit.py"]);
 			case "cpp":
 				//hxcpp dependencies
 				runCommand("sudo", ["apt-get", "install", "gcc-multilib", "g++-multilib", "-y"], true);