Use /usr/bin/env python (#65)

Now that gtest-parallel should work with both Python2 and Python3 we
don't need to call out to a specific version. Also python2 doesn't exist
on all systems.
diff --git a/gtest-parallel b/gtest-parallel
index 19b0803..c94b082 100755
--- a/gtest-parallel
+++ b/gtest-parallel
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
 # Copyright 2017 Google Inc. All rights reserved.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");