You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marvin.apache.org by we...@apache.org on 2022/01/19 04:26:42 UTC

[incubator-marvin] 08/11: Changing to ubuntu focal

This is an automated email from the ASF dual-hosted git repository.

weichen pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-marvin.git

commit f778db8d5cd22dcd81bffdd0cf6bcb817f4d7469
Author: cardosolucas <ca...@gmail.com>
AuthorDate: Mon Jan 17 13:23:06 2022 -0300

    Changing to ubuntu focal
---
 .travis.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index bfe3e25..7a4d0e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,8 +36,9 @@ matrix:
     # Python Daemon - Linux
     - language: python
       os: linux
+      dist: focal
       python:
-        - "3.8"
+        - 3.6
       before_install:
         - travis_retry curl https://d3kbcqa49mib13.cloudfront.net/spark-2.1.1-bin-hadoop2.6.tgz -o ./spark-2.1.1-bin-hadoop2.6.tgz
         - sudo tar -xf ./spark-2.1.1-bin-hadoop2.6.tgz
@@ -57,13 +58,14 @@ matrix:
         - travis_retry pip install tox tox-travis
         - make install
       script:
-        - travis_wait 30 tox -rvve py38
+        - travis_wait 30 tox -rvve py36
         - codecov
     # Python CLI - Linux
     - language: python
       os: linux
+      dist: focal
       python:
-        - "3.8"
+        - 3.6
       before_install:
         - travis_retry curl https://d3kbcqa49mib13.cloudfront.net/spark-2.1.1-bin-hadoop2.6.tgz -o ./spark-2.1.1-bin-hadoop2.6.tgz
         - sudo tar -xf ./spark-2.1.1-bin-hadoop2.6.tgz
@@ -84,5 +86,5 @@ matrix:
         - make install
         - marvin
       script:
-        - travis_wait 30 tox -rvve py38
+        - travis_wait 30 tox -rvve py36
         - codecov