File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ before_install:
44 - sudo apt-get update && sudo apt-get --reinstall install -qq language-pack-pt
55
66python :
7- - " 2.6"
87 - " 2.7"
98 - " 3.4"
109 - " 3.5"
10+ - " 3.6"
1111
12- # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
1312install :
14- - pip install flake8
1513 - pip install coverage
14+ - pip install codecov
1615
17- # command to run tests, e.g. python setup.py test
1816script :
19- # - "flake8 --ignore=W191,E101 --max-complexity=10 **/**.py"
2017 - cd tests
2118 - nosetests --with-coverage .
19+
20+ after_success :
21+ - codecov
Original file line number Diff line number Diff line change 22
33 #+ATTR_HTML: title="Join the chat at https://gitter.im/jceb/vim-orgmode"
44 [[https://gitter.im/jceb/vim-orgmode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge][file:https://badges.gitter.im/jceb/vim-orgmode.svg]]
5-
6- [[https://secure.travis-ci.org/ jceb/vim-orgmode.png? branch= master]]
5+ [[https://travis-ci.org/jceb/vim-orgmode][file:https://travis-ci.org/jceb/vim-orgmode.svg]]
6+ [[https://codecov.io/gh/jceb/vim-orgmode][file:https://codecov.io/gh/ jceb/vim-orgmode/ branch/ master/graph/badge.svg ]]
77
88 Text outlining and task management for Vim based on [[http://orgmode.org/][Emacs' Org-Mode]].
99
You can’t perform that action at this time.
0 commit comments