You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/06 11:45:41 UTC

[jira] [Commented] (TINKERPOP-1577) Provide support for Python3 or Python2 in the Docker builds.

    [ https://issues.apache.org/jira/browse/TINKERPOP-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958782#comment-15958782 ] 

ASF GitHub Bot commented on TINKERPOP-1577:
-------------------------------------------

GitHub user spmallette opened a pull request:

    https://github.com/apache/tinkerpop/pull/594

    TINKERPOP-1577 Building gremlin-python with python 2/3

    https://issues.apache.org/jira/browse/TINKERPOP-1577
    
    I'd forgotten that I'd long ago made this change to the python build. It basically sets up two separate python environments with virtualenv - one for python 2.x and one for 3.x - so that we can test both versions against our code. 
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1577

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/594.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #594
    
----
commit ae8306c92bfa5bc5644d0793124e929b47f9b8f9
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2017-03-02T12:01:47Z

    TINKERPOP-1577 Added support for building gremlin-python with python 2.x and 3.x

----


> Provide support for Python3 or Python2 in the Docker builds.
> ------------------------------------------------------------
>
>                 Key: TINKERPOP-1577
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1577
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: build-release
>    Affects Versions: 3.2.3
>            Reporter: Marko A. Rodriguez
>            Assignee: Daniel Kuppitz
>
> We need to make sure that Python2 and Python3 are both supported by Gremlin-Python. Thus, our docker build/test stuff should test both versions of Python.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)