Show More
@@ -8,7 +8,10 b' before_install:' | |||||
8 | - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm |
|
8 | - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm | |
9 | - easy_install -q pyzmq |
|
9 | - easy_install -q pyzmq | |
10 | - pip install jinja2 sphinx pygments tornado requests |
|
10 | - pip install jinja2 sphinx pygments tornado requests | |
11 | - sudo apt-get install pandoc |
|
11 | # Pierre Carrier's PPA for PhantomJS and CasperJS | |
|
12 | - sudo add-apt-repository ppa:pcarrier/ppa | |||
|
13 | - sudo apt-get update | |||
|
14 | - sudo apt-get install pandoc casperjs | |||
12 | install: |
|
15 | install: | |
13 | - python setup.py install -q |
|
16 | - python setup.py install -q | |
14 | script: |
|
17 | script: |
General Comments 0
You need to be logged in to leave comments.
Login now