File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : python
22python :
3- - " 2.7"
3+ - ' 2.7'
44install :
5- - " pip install ."
6- - " pip install coveralls"
5+ - pip install .
6+ - pip install coveralls
77script :
8- - coverage run setup.py test
8+ - coverage run setup.py test
99after_success :
10- - coveralls
11- - coverage report
10+ - coveralls
11+ - coverage report
12+ deploy :
13+ provider : pypi
14+ user : gisce
15+ password :
16+ secure : DnHZXDNTsrnnnc/cB+wYOGklsZ2zrnoss/PKSuYsbTSh7AAOU/8BCXfebB095zjLTBx7pGPhrLFM/sTuxAs1PXDT6s6q66w7hKVupIeU+232kRkneBcHOAjfc9HhrWwfrAhw5NIkRy8pA2xOkI54leopW6zA4CZXmIM71lsHIuY=
17+ on :
18+ tags : true
19+ repo : gisce/libComXML
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'libComXML' ,
6- version = '2.2.2 ' ,
6+ version = '2.2.3 ' ,
77 url = 'https://github.com/gisce/libComXML' ,
88 author = 'GISCE Enginyeria, SL' ,
99 author_email = 'devel@gisce.net' ,
You can’t perform that action at this time.
0 commit comments