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