##// END OF EJS Templates
Added missing `install` keywords
Jonathan Frederic -
Show More
@@ -8,10 +8,10 b' python:'
8 before_install:
8 before_install:
9 - easy_install -q pyzmq
9 - easy_install -q pyzmq
10 - sudo apt-get install pandoc
10 - sudo apt-get install pandoc
11 - pip jinja2
11 - pip install jinja2
12 - pip markdown
12 - pip install markdown
13 - pip pygments
13 - pip install pygments
14 - pip sphinx
14 - pip install sphinx
15 install:
15 install:
16 - python setup.py install -q
16 - python setup.py install -q
17 script:
17 script:
General Comments 0
You need to be logged in to leave comments. Login now