Skip to content

Commit 0c54944

Browse files
Update Travis config and readme
1 parent a963b38 commit 0c54944

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ services:
1010
python:
1111
- 3.7
1212

13-
env:
14-
- NTEST=1
15-
1613
jobs:
1714
include:
1815
- name: Unit tests
@@ -34,6 +31,8 @@ jobs:
3431
tags: true
3532

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

9795
branches:
9896
only:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![DOI](https://zenodo.org/badge/103197335.svg)](https://zenodo.org/badge/latestdoi/103197335)
22
[![Python 3.7](https://img.shields.io/badge/python-3.7-green.svg)](https://www.python.org/downloads/release/python-377/)
33
[![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
4-
[![Build Status](https://travis-ci.org/Barski-lab/cwl-airflow.svg?branch=master)](https://travis-ci.org/Barski-lab/cwl-airflow)
4+
[![Build Status](https://app.travis-ci.com/Barski-lab/cwl-airflow.svg?branch=master)](https://app.travis-ci.com/Barski-lab/cwl-airflow)
55
[![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)
66
[![Downloads](https://pepy.tech/badge/cwl-airflow)](https://pepy.tech/project/cwl-airflow)
77

0 commit comments

Comments
 (0)