Make python refer to python2.7 explicitly
[gruntmaster-daemon.git] / t / 01-jobs.t
index 90f7d706f1fca3ccc84e767407197d8952ccfe92..6fb5a160233393140f348c8a9f686576c36210c3 100644 (file)
@@ -32,9 +32,10 @@ use constant COMPILER => {
           HASKELL ghc
           PERL perl
           PHP php
-          PYTHON python
+          PYTHON python2.7
           RUBY ruby
           RUST rustc
+          OCAML ocaml
           SBCL sbcl/};
 
 my %needs_fork = map { $_ => 1 } qw/GOLANG GOLFSCRIPT GCCGO JAVA JULIA RUBY/;
This page took 0.008885 seconds and 4 git commands to generate.