From 37a9a7591d1de2beccbd7775eae0dcef198f3afd 2013-09-13 18:16:05
From: MinRK <benjaminrk@gmail.com>
Date: 2013-09-13 18:16:05
Subject: [PATCH] install tornado in travis

---

diff --git a/.travis.yml b/.travis.yml
index 742511f..774f063 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,11 +4,9 @@ python:
     - 2.7
     - 3.3
 before_install:
-    - pip install jinja2
     - easy_install -q pyzmq
+    - pip install jinja2 sphinx pygments tornado
     - sudo apt-get install pandoc
-    - pip install pygments
-    - pip install sphinx
 install:
     - python setup.py install -q 
 script: