Skip to content

Commit

Permalink
Merge d8578f0 into de14c67
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborsimko committed Dec 3, 2019
2 parents de14c67 + d8578f0 commit a446e71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -31,13 +31,16 @@ matrix:
env: REQUIREMENTS=release EXTRAS=all
- python: 3.7
env: REQUIREMENTS=devel EXTRAS=all
dist: xenial
- python: 3.7
env: REQUIREMENTS=lowest EXTRAS=all
dist: xenial
- python: 3.7
env: REQUIREMENTS=release EXTRAS=all
dist: xenial
- python: 3.8
env: REQUIREMENTS=devel EXTRAS=all
- python: 3.8
env: REQUIREMENTS=lowest EXTRAS=all
- python: 3.8
env: REQUIREMENTS=release EXTRAS=all

before_install:
- travis_retry pip install --upgrade pip setuptools py
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -45,7 +45,7 @@
'typing>=3.7.4 ; python_version=="2.7"', # workaround for CWL deps
'click>=7',
'cryptography>=2.7',
'cwltool==1.0.20190815141648',
'cwltool==1.0.20191022103248',
'pyOpenSSL>=19.0.0', # FIXME remove once yadage-schemas solves deps.
'jsonpointer>=2.0',
'reana-commons>=0.6.0.dev20190604,<0.7.0',
Expand Down Expand Up @@ -100,6 +100,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
Expand Down

0 comments on commit a446e71

Please sign in to comment.