You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2023/01/10 17:34:44 UTC

[airavata-django-portal] branch master updated: Delete .travis.yml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new de9d0aae Delete .travis.yml
de9d0aae is described below

commit de9d0aae2be9552882a76355c75ca6f958785b96
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Tue Jan 10 12:34:39 2023 -0500

    Delete .travis.yml
---
 .travis.yml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 39fadef7..00000000
--- a/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-language: python
-dist: focal
-python:
-  - "3.6"
-  - "3.7"
-  - "3.8"
-  - "3.9"
-  - "3.10"
-  # - "3.11"
-install:
-  - nvm install
-  - nvm use
-  - pip install --upgrade pip setuptools wheel
-  - pip install -r requirements-dev.txt
-script:
-  - cp django_airavata/settings_local.py.sample django_airavata/settings_local.py
-  - python manage.py migrate
-  - python manage.py check
-  - flake8 .
-  - ./lint_js.sh
-  - ./build_js.sh
-  - ./test_js.sh
-  # Need to build the frontend client before running some of the Django tests
-  # that use the Django test Client
-  - ./runtests.py