##// END OF EJS Templates
add requirements.txt, and install pandoc
Matthias BUSSONNIER -
Show More
@@ -0,0 +1,4 b''
1 docutils
2 markdown
3 ipython
4 pygments
@@ -1,4 +1,6 b''
1 language: python
1 language: python
2 python:
2 python:
3 - 2.7
3 - 2.7
4 before_script:
5 - sudo apt-get install pandoc
4 script: nosetests
6 script: nosetests
@@ -38,7 +38,7 b' load-plugins='
38 # Enable all checker(s) except those with the given id(s). This option conflict
38 # Enable all checker(s) except those with the given id(s). This option conflict
39 # with the disable-checker option
39 # with the disable-checker option
40 disable-checker=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,C0111,C0103,C0301
40 disable-checker=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,C0111,C0103,C0301
41 disable=R0201,C0111,C0103,C0301
41 disable=R0201,C0111,C0103,C0301,R0904
42
42
43 # Enable all messages in the listed categories.
43 # Enable all messages in the listed categories.
44 #enable-msg-cat=
44 #enable-msg-cat=
General Comments 0
You need to be logged in to leave comments. Login now