You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/12/19 12:05:26 UTC

[1/2] tinkerpop git commit: Add a note to dev docs on python environment CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master 7f7af288c -> 60c72138c


Add a note to dev docs on python environment CTR


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

Branch: refs/heads/master
Commit: d1568f006c9c54e5a6ce16fb9cd7ae62730eca56
Parents: 79dac23
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Dec 19 07:04:50 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Dec 19 07:04:50 2016 -0500

----------------------------------------------------------------------
 docs/src/dev/developer/development-environment.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/d1568f00/docs/src/dev/developer/development-environment.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/dev/developer/development-environment.asciidoc b/docs/src/dev/developer/development-environment.asciidoc
index 6b5324d..01ef4bd 100644
--- a/docs/src/dev/developer/development-environment.asciidoc
+++ b/docs/src/dev/developer/development-environment.asciidoc
@@ -65,7 +65,7 @@ Python Environment
 As of TinkerPop 3.2.2, the build optionally requires link:https://www.python.org/[Python 2.x] to work with the
 `gremlin-python` module. If Python is not installed, TinkerPop will still build with Maven, but native Python tests and
 Java tests that require Python code will be skipped. Developers should also install link:https://pypi.python.org/pypi/pip[pip]
-and link:https://virtualenv.pypa.io/en/stable/[virtualenv].
+and link:https://virtualenv.pypa.io/en/stable/[virtualenv] (version 15.0.2 - older versions may cause build failures).
 
 Once the Python environment is established, the full building and testing of `gremlin-python` may commence. It can be
 done manually from the command line with:


[2/2] tinkerpop git commit: Merge branch 'tp32'

Posted by sp...@apache.org.
Merge branch 'tp32'


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

Branch: refs/heads/master
Commit: 60c72138ce31b6a793e2a8dea53f9ca376f7219a
Parents: 7f7af28 d1568f0
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Dec 19 07:05:14 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Dec 19 07:05:14 2016 -0500

----------------------------------------------------------------------
 docs/src/dev/developer/development-environment.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/60c72138/docs/src/dev/developer/development-environment.asciidoc
----------------------------------------------------------------------