From fbcc69ec67269a2ec4dfb42f7824370dfff78afb Mon Sep 17 00:00:00 2001 From: Jonathan Roes Date: Sat, 12 May 2012 21:47:31 -0400 Subject: [PATCH] Tell Travis that the tests now depend on docutils. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fc72739e..ef1b651e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,5 @@ notifications: disabled: true before_install: - sudo apt-get install -y asciidoc + - sudo easy_install docutils + \ No newline at end of file