use python3 for package/deployment

without this change the deploy fails given changes to pypi and the removal of 
deprecated apis CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7c48ff21
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7c48ff21
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7c48ff21

Branch: refs/heads/TINKERPOP-1489
Commit: 7c48ff21f52bcaa1e32acf566882a40f18f4e349
Parents: cf4cd39
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Aug 25 14:23:29 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Aug 25 14:23:29 2017 -0400

----------------------------------------------------------------------
 gremlin-python/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7c48ff21/gremlin-python/pom.xml
----------------------------------------------------------------------
diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml
index c38149f..1b70325 100644
--- a/gremlin-python/pom.xml
+++ b/gremlin-python/pom.xml
@@ -351,7 +351,7 @@ limitations under the License.
                                         </exec>
                                         <exec 
dir="${project.build.directory}/python-packaged" executable="virtualenv"
                                               failonerror="true">
-                                            <arg line="--python=python env"/>
+                                            <arg line="--python=python3 env"/>
                                         </exec>
                                         <exec 
dir="${project.build.directory}/python-packaged" executable="env/bin/pip"
                                               failonerror="true">

Reply via email to