You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2021/10/14 21:55:44 UTC

[airavata-django-portal] branch develop updated: AIRAVATA-3529 Wait for travis to support 3.10

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

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/develop by this push:
     new 82cc848  AIRAVATA-3529 Wait for travis to support 3.10
82cc848 is described below

commit 82cc848ae7639cf9edefcd3287c62239ef2f4728
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Thu Oct 14 17:55:36 2021 -0400

    AIRAVATA-3529 Wait for travis to support 3.10
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 15e7bec..7404a78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ python:
   - "3.7"
   - "3.8"
   - "3.9"
-  - "3.10"
+  # - "3.10"
 install:
   - nvm install
   - nvm use