##// END OF EJS Templates
install tornado in travis
MinRK -
Show More
@@ -4,11 +4,9 b' python:'
4 4 - 2.7
5 5 - 3.3
6 6 before_install:
7 - pip install jinja2
8 7 - easy_install -q pyzmq
8 - pip install jinja2 sphinx pygments tornado
9 9 - sudo apt-get install pandoc
10 - pip install pygments
11 - pip install sphinx
12 10 install:
13 11 - python setup.py install -q
14 12 script:
General Comments 0
You need to be logged in to leave comments. Login now