Show More
@@ -1,18 +1,19 b'' | |||||
1 | # http://travis-ci.org/#!/ipython/ipython |
|
1 | # http://travis-ci.org/#!/ipython/ipython | |
2 | language: python |
|
2 | language: python | |
3 | python: |
|
3 | python: | |
4 | - 2.7 |
|
4 | - 2.7 | |
5 | - 3.3 |
|
5 | - 3.3 | |
6 | before_install: |
|
6 | before_install: | |
7 | # workaround for https://github.com/travis-ci/travis-cookbooks/issues/155 |
|
7 | # workaround for https://github.com/travis-ci/travis-cookbooks/issues/155 | |
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<4' requests mock |
|
10 | - pip install jinja2 sphinx pygments 'tornado<4' requests mock | |
11 | # Pierre Carrier's PPA for PhantomJS and CasperJS |
|
11 | # Pierre Carrier's PPA for PhantomJS and CasperJS | |
12 | - sudo add-apt-repository -y ppa:pcarrier/ppa |
|
12 | - sudo add-apt-repository -y ppa:pcarrier/ppa | |
13 | - sudo apt-get update |
|
13 | - sudo apt-get update | |
14 | - sudo apt-get install pandoc casperjs nodejs |
|
14 | - sudo apt-get install pandoc casperjs nodejs | |
|
15 | - python -m IPython.external.mathjax | |||
15 | install: |
|
16 | install: | |
16 |
- python setup.py install -q |
|
17 | - python setup.py install -q | |
17 | script: |
|
18 | script: | |
18 | - cd /tmp && iptest |
|
19 | - cd /tmp && iptest |
General Comments 0
You need to be logged in to leave comments.
Login now