You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mr...@apache.org on 2020/09/24 12:00:01 UTC

svn commit: r1881978 - in /jackrabbit/oak/branches/1.8: ./ .travis.yml

Author: mreutegg
Date: Thu Sep 24 12:00:01 2020
New Revision: 1881978

URL: http://svn.apache.org/viewvc?rev=1881978&view=rev
Log:
OAK-9120: install python 3.6 explicitly in travis

Merged revision 1879207 from trunk

Modified:
    jackrabbit/oak/branches/1.8/   (props changed)
    jackrabbit/oak/branches/1.8/.travis.yml

Propchange: jackrabbit/oak/branches/1.8/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1879207

Modified: jackrabbit/oak/branches/1.8/.travis.yml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.8/.travis.yml?rev=1881978&r1=1881977&r2=1881978&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.8/.travis.yml (original)
+++ jackrabbit/oak/branches/1.8/.travis.yml Thu Sep 24 12:00:01 2020
@@ -38,7 +38,8 @@ install:
   - mkdir -p target/mongodb/data
   - cd target/mongodb
   - pyenv versions
-  - pyenv global 3.6
+  - pyenv install 3.6.3
+  - pyenv global 3.6.3
   - python -V
   - python -m venv mtools
   - source mtools/bin/activate