Show More
@@ -1,27 +1,27 | |||||
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 | - 3.4 |
|
4 | - 3.4 | |
5 | - 2.7 |
|
5 | - 2.7 | |
6 | - 3.3 |
|
6 | - 3.3 | |
7 | env: |
|
7 | env: | |
8 | - GROUP=js |
|
8 | - GROUP=js | |
9 | - GROUP= |
|
9 | - GROUP= | |
10 | before_install: |
|
10 | before_install: | |
11 | # workaround for https://github.com/travis-ci/travis-cookbooks/issues/155 |
|
11 | # workaround for https://github.com/travis-ci/travis-cookbooks/issues/155 | |
12 | - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm |
|
12 | - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm | |
13 | # Pierre Carrier's PPA for PhantomJS and CasperJS |
|
13 | # Pierre Carrier's PPA for PhantomJS and CasperJS | |
14 | - time sudo add-apt-repository -y ppa:pcarrier/ppa |
|
14 | - time sudo add-apt-repository -y ppa:pcarrier/ppa | |
15 | - time sudo apt-get update |
|
15 | - time sudo apt-get update | |
16 | - time sudo apt-get install pandoc casperjs nodejs libzmq3-dev |
|
16 | - time sudo apt-get install pandoc casperjs nodejs libzmq3-dev | |
17 | - time pip install -f https://nipy.bic.berkeley.edu/wheelhouse/travis jinja2 sphinx pygments tornado requests mock pyzmq jsonschema jsonpointer |
|
17 | - time pip install -f https://nipy.bic.berkeley.edu/wheelhouse/travis jinja2 sphinx pygments tornado requests mock pyzmq jsonschema jsonpointer | |
18 |
- time npm install requirejs |
|
18 | - time npm install requirejs jquery | |
19 | install: |
|
19 | install: | |
20 | - time python setup.py install -q |
|
20 | - time python setup.py install -q | |
21 | script: |
|
21 | script: | |
22 | - cd /tmp && iptest $GROUP |
|
22 | - cd /tmp && iptest $GROUP | |
23 |
|
23 | |||
24 | matrix: |
|
24 | matrix: | |
25 | exclude: |
|
25 | exclude: | |
26 | - python: 3.3 |
|
26 | - python: 3.3 | |
27 | env: GROUP=js |
|
27 | env: GROUP=js |
General Comments 0
You need to be logged in to leave comments.
Login now