This repository was archived by the owner on Jun 9, 2020. It is now read-only.
File tree 3 files changed +14
-10
lines changed
3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
- - " 2.7"
4
- - " 3.6"
5
-
3
+ - ' 2.7'
4
+ - ' 3.6'
6
5
install :
7
- - pip install .
8
- - pip install codecov coverage requests_mock nose_parameterized
9
-
6
+ - pip install .
7
+ - pip install codecov coverage requests_mock nose_parameterized
10
8
script : nosetests --with-coverage --cover-package=cwlgen
11
-
12
9
after_success :
13
- - codecov
10
+ - codecov
11
+ deploy :
12
+ provider : pypi
13
+ user : khillion
14
+ password :
15
+ secure : FcZL32itgRrdyeOC7mmCmqddE7Vise/UfpyJTcYkePkMAinhnq08dxBVn/AgYKmUg4/FqyM+mlQPQ3vo9EMMEbuUoTu6Pk8i3l2GUY1JuCXsN7BTfr0slC3ofpnWpruw85vzl8rU+YEy8bU7os65TapBKeGOihIx2Y+vBhaN6xdMzXnMGJS2PhXuPajMKafFyBBiaP/hNX9jcCDFBE9dD2FE5OjVMhpJRU2miqQuVgxmux4xkf00cSohPza+c7o3a82banitW3d8p25b1EWK+UxrauQy+FAPCw0WJ37K1Cd4BUjMMszSBS+kfOtmfIOuc5PWVJ+KGHPySRHLf+JSOnyvhhrijfkO7gE7N0608+7nX6DcIqbv47Kr9b/IMzm7nAhAhY3XkF1UV+wziFscEjV9suC1dSlI7J2IEolzu76XrTRCbSv/8vf9rNwCLhNEh0w81XomuUoGE/GW+ho0Evh/t66J+ICy+JagjQp6w2NiA6BqNOGXKAJzDshbmgp6J6WQ4KqfSmmsm8hQynIkpvXpeuLS811MmwEvjiZ+NlwyqT9MmC+91CEHW9hc8iJ6+Ug/yfjj5iYIJ8qxY9ksAZUGM63IYuz53muOwTm4FNrS8jmAqU4Wwzrx3pswkv7ffoDPgXssOIBuK+pzhHl0+HKMNcIj47k+FkqlIQbMDro=
16
+ on :
17
+ tags : true
Original file line number Diff line number Diff line change 2
2
3
3
{% block footer %}
4
4
5
- < a href ="https://github.com/khillion ">
5
+ < a href ="https://github.com/common-workflow-language/python-cwlgen/ ">
6
6
< img style ="position: absolute; top: 0; right: 0; border: 0; "
7
7
src ="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67 "
8
8
alt ="Fork me on GitHub "
Original file line number Diff line number Diff line change 10
10
install_requires = ['six' , 'ruamel.yaml==0.13.13' ],
11
11
packages = ["cwlgen" ],
12
12
classifiers = [
13
- 'Development Status :: 3 - Alpha ' ,
13
+ 'Development Status :: 4 - Beta ' ,
14
14
'Topic :: Scientific/Engineering :: Bio-Informatics' ,
15
15
'Intended Audience :: Developers' ,
16
16
'Intended Audience :: Science/Research' ,
You can’t perform that action at this time.
0 commit comments