Skip to content

Commit

Permalink
update Airflow to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-kotliar committed Jul 1, 2019
1 parent 607da69 commit 29c6602
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
sudo: false
language: python

dist: xenial
os:
- linux

services:
- docker

python:
- 3.6
- 3.7

env:
- SLUGIFY_USES_TEXT_UNIDECODE=yes AIRFLOW_CONN_PROCESS_REPORT=http://localhost:1025?endpoint=satellite%2Fv1%2F NTEST=4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# **CWL-Airflow**

Python package to extend **[Apache-Airflow 1.9.0](https://github.com/apache/incubator-airflow)**
Python package to extend **[Apache-Airflow 1.10.3](https://github.com/apache/incubator-airflow)**
functionality with **[CWL v1.0](http://www.commonwl.org/v1.0/)** support.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def get_version():
'cwltool == 1.0.20181201184214',
'jsonmerge',
'ruamel.yaml <= 0.15.77',
'apache-airflow >= 1.10.1, < 1.11',
'apache-airflow == 1.10.3',
'mysqlclient >= 1.3.6, < 1.4',
'pyjwt',
'urllib3<1.24'
Expand Down

0 comments on commit 29c6602

Please sign in to comment.