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