From 5f0daf34b4d0dec90e15690f41c4ff7d51637b83 2012-10-28 22:05:18 From: Matthias BUSSONNIER Date: 2012-10-28 22:05:18 Subject: [PATCH] add requirements.txt, and install pandoc --- diff --git a/.travis.yml b/.travis.yml index a2babeb..f80fc1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python python: - 2.7 +before_script: + - sudo apt-get install pandoc script: nosetests diff --git a/pylintrc b/pylintrc index 94b6f16..bdaef48 100644 --- a/pylintrc +++ b/pylintrc @@ -38,7 +38,7 @@ load-plugins= # Enable all checker(s) except those with the given id(s). This option conflict # with the disable-checker option disable-checker=C0323,W0142,C0301,C0103,C0111,E0213,C0302,C0203,W0703,R0201,C0111,C0103,C0301 -disable=R0201,C0111,C0103,C0301 +disable=R0201,C0111,C0103,C0301,R0904 # Enable all messages in the listed categories. #enable-msg-cat= diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f7cacad --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +docutils +markdown +ipython +pygments