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 10:00:18 UTC

svn commit: r1881976 - in /jackrabbit/oak/branches/1.22: ./ .travis.yml

Author: mreutegg
Date: Thu Sep 24 10:00:18 2020
New Revision: 1881976

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

Merged revision 1879207 from trunk

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

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

Modified: jackrabbit/oak/branches/1.22/.travis.yml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.22/.travis.yml?rev=1881976&r1=1881975&r2=1881976&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.22/.travis.yml (original)
+++ jackrabbit/oak/branches/1.22/.travis.yml Thu Sep 24 10:00:18 2020
@@ -39,7 +39,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