Show More
@@ -1,38 +1,38 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 | - 3.4 |
|
4 | - 3.4 | |
5 | - 2.7 |
|
5 | - 2.7 | |
6 | sudo: false |
|
6 | sudo: false | |
7 | env: |
|
7 | env: | |
8 | global: |
|
8 | global: | |
9 | - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH |
|
9 | - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH | |
10 | matrix: |
|
10 | matrix: | |
11 | - GROUP= |
|
11 | - GROUP= | |
12 | - GROUP=js/base |
|
12 | - GROUP=js/base | |
13 | - GROUP=js/notebook |
|
13 | - GROUP=js/notebook | |
14 | - GROUP=js/services |
|
14 | - GROUP=js/services | |
15 | - GROUP=js/tree |
|
15 | - GROUP=js/tree | |
16 | - GROUP=js/widgets |
|
16 | - GROUP=js/widgets | |
17 | before_install: |
|
17 | before_install: | |
18 | - 'if [[ $GROUP != js* ]]; then wget https://7de4dfdec62155b49b44-d726a73613a1989d29b147f20996e7c1.ssl.cf2.rackcdn.com/pandoc-1.12.3-linux-debian-x86_64.zip && unzip pandoc-1.12.3-linux-debian-x86_64.zip; fi' |
|
18 | - 'if [[ $GROUP != js* ]]; then wget https://7de4dfdec62155b49b44-d726a73613a1989d29b147f20996e7c1.ssl.cf2.rackcdn.com/pandoc-1.12.3-linux-debian-x86_64.zip && unzip pandoc-1.12.3-linux-debian-x86_64.zip; fi' | |
19 | - 'if [[ $GROUP == js* ]]; then wget https://7de4dfdec62155b49b44-d726a73613a1989d29b147f20996e7c1.ssl.cf2.rackcdn.com/mathjax.zip; fi' |
|
19 | - 'if [[ $GROUP == js* ]]; then wget https://7de4dfdec62155b49b44-d726a73613a1989d29b147f20996e7c1.ssl.cf2.rackcdn.com/mathjax.zip; fi' | |
20 | - 'if [[ $GROUP == js* ]]; then npm install -g casperjs; fi' |
|
20 | - 'if [[ $GROUP == js* ]]; then npm install -g casperjs; fi' | |
21 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels |
|
21 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels | |
22 | - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi' |
|
22 | - 'if [[ $GROUP != js* ]]; then COVERAGE="--coverage xml"; fi' | |
23 | install: |
|
23 | install: | |
24 | - pip install -f travis-wheels/wheelhouse file://$PWD#egg=ipython[all] coveralls |
|
24 | - pip install -f travis-wheels/wheelhouse -e file://$PWD#egg=ipython[all] coveralls | |
25 | before_script: |
|
25 | before_script: | |
26 | - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax mathjax.zip; fi' |
|
26 | - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax mathjax.zip; fi' | |
27 | script: |
|
27 | script: | |
28 | - cd /tmp && iptest $GROUP $COVERAGE && cd - |
|
28 | - cd /tmp && iptest $GROUP $COVERAGE && cd - | |
29 |
|
29 | |||
30 | matrix: |
|
30 | matrix: | |
31 | include: |
|
31 | include: | |
32 | - python: 3.3 |
|
32 | - python: 3.3 | |
33 | env: GROUP= |
|
33 | env: GROUP= | |
34 |
|
34 | |||
35 | after_success: |
|
35 | after_success: | |
36 | - cp /tmp/ipy_coverage.xml ./ |
|
36 | - cp /tmp/ipy_coverage.xml ./ | |
37 | - cp /tmp/.coverage ./ |
|
37 | - cp /tmp/.coverage ./ | |
38 | - coveralls |
|
38 | - coveralls |
General Comments 0
You need to be logged in to leave comments.
Login now