File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ before_install:
4
4
- sudo apt-get update && sudo apt-get --reinstall install -qq language-pack-pt
5
5
6
6
python :
7
- - " 2.6"
8
7
- " 2.7"
9
8
- " 3.4"
10
9
- " 3.5"
10
+ - " 3.6"
11
11
12
- # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
13
12
install :
14
- - pip install flake8
15
13
- pip install coverage
14
+ - pip install codecov
16
15
17
- # command to run tests, e.g. python setup.py test
18
16
script :
19
- # - "flake8 --ignore=W191,E101 --max-complexity=10 **/**.py"
20
17
- cd tests
21
18
- nosetests --with-coverage .
19
+
20
+ after_success :
21
+ - codecov
Original file line number Diff line number Diff line change 2
2
3
3
#+ATTR_HTML: title="Join the chat at https://gitter.im/jceb/vim-orgmode"
4
4
[[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 ]]
7
7
8
8
Text outlining and task management for Vim based on [[http://orgmode.org/][Emacs' Org-Mode]].
9
9
You can’t perform that action at this time.
0 commit comments