We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36678d3 commit 7bd0110Copy full SHA for 7bd0110
.travis.yml
@@ -0,0 +1,15 @@
1
+language: python
2
+python:
3
+ - "2.6"
4
+ - "2.7"
5
+
6
+# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
7
+install:
8
+ - pip install flake8
9
+ - pip install coverage
10
11
+# command to run tests, e.g. python setup.py test
12
+script:
13
+ - "flake8 --ignore=W191,E101 --max-complexity=10 **/**.py"
14
+ - cd tests
15
+ - nosetests --with-coverage .
README.org
@@ -1,4 +1,8 @@
* Vim-OrgMode
+ Build status:
+ https://secure.travis-ci.org/sotte/vim-orgmode.png?branch=master
Text outlining and task management for Vim based on Emacs' Org-Mode
([[http://orgmode.org/]]).
0 commit comments