Skip to content

Commit

Permalink
Update Travis config and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-kotliar committed Sep 21, 2021
1 parent a963b38 commit 0c54944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ services:
python:
- 3.7

env:
- NTEST=1

jobs:
include:
- name: Unit tests
Expand All @@ -34,6 +31,8 @@ jobs:
tags: true

# Still valid, but soon will be deprecated, if we start using Airflow API
- name: DAG with workflow in a separate file (just one test)
script: cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range 1
- name: DAG with embedded workflow (just one test)
script: cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range 1 --embed
- name: DAG with attached workflow using combined API call (just one test)
Expand Down Expand Up @@ -92,7 +91,6 @@ before_script:
- airflow connections add process_report --conn-type http --conn-host localhost --conn-port 3070 # to add process_report connection
- airflow scheduler > /dev/null 2>&1 &
- cwl-airflow api --replay 600 > /dev/null 2>&1 &
script: cwl-airflow test --suite workflows/tests/conformance_tests.yaml --spin --range $NTEST

branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![DOI](https://zenodo.org/badge/103197335.svg)](https://zenodo.org/badge/latestdoi/103197335)
[![Python 3.7](https://img.shields.io/badge/python-3.7-green.svg)](https://www.python.org/downloads/release/python-377/)
[![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Build Status](https://travis-ci.org/Barski-lab/cwl-airflow.svg?branch=master)](https://travis-ci.org/Barski-lab/cwl-airflow)
[![Build Status](https://app.travis-ci.com/Barski-lab/cwl-airflow.svg?branch=master)](https://app.travis-ci.com/Barski-lab/cwl-airflow)
[![Coverage Status](https://coveralls.io/repos/github/Barski-lab/cwl-airflow/badge.svg?branch=master)](https://coveralls.io/github/Barski-lab/cwl-airflow?branch=master)
[![Downloads](https://pepy.tech/badge/cwl-airflow)](https://pepy.tech/project/cwl-airflow)

Expand Down

0 comments on commit 0c54944

Please sign in to comment.