We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a479849 commit 4b156f4Copy full SHA for 4b156f4
.travis.yml
@@ -13,8 +13,7 @@ branches:
13
- /.*/
14
15
before_script:
16
- - git clone https://github.com/common-workflow-language/cwltool.git cwltool && pip install ./cwltool
17
- - git clone https://github.com/common-workflow-language/cwltest.git cwltest && pip install ./cwltest
+ - pip install cwltool cwltest html5lib
18
19
script:
20
- make RUNNER=cwltool unittest-examples
0 commit comments