##// END OF EJS Templates
Add nbconvert dependencies to TravisCI config
Jonathan Frederic -
Show More
@@ -7,6 +7,10 b' python:'
7 - 3.3
7 - 3.3
8 before_install:
8 before_install:
9 - easy_install -q pyzmq
9 - easy_install -q pyzmq
10 - easy_install pygments
11 - easy_install jinja2
12 - easy_install markdown
13 - easy_install sphinx
10 install:
14 install:
11 - python setup.py install -q
15 - python setup.py install -q
12 script:
16 script:
General Comments 0
You need to be logged in to leave comments. Login now