I broke up with neovim....vim is my best friend now
This commit is contained in:
21
dot_vim/plugged/vim-orgmode/dot_travis.yml
Normal file
21
dot_vim/plugged/vim-orgmode/dot_travis.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
language: python
|
||||
|
||||
before_install:
|
||||
- sudo apt-get update && sudo apt-get --reinstall install -qq language-pack-pt
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
install:
|
||||
- pip install coverage
|
||||
- pip install codecov
|
||||
|
||||
script:
|
||||
- cd tests
|
||||
- nosetests --with-coverage .
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
Reference in New Issue
Block a user