Show More
@@ -2,36 +2,16 b'' | |||||
2 | language: python |
|
2 | language: python | |
3 | python: |
|
3 | python: | |
4 | - 3.4 |
|
4 | - 3.4 | |
|
5 | - 3.3 | |||
5 | - 2.7 |
|
6 | - 2.7 | |
6 | sudo: false |
|
7 | sudo: false | |
7 | env: |
|
|||
8 | global: |
|
|||
9 | - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH |
|
|||
10 | matrix: |
|
|||
11 | - GROUP= |
|
|||
12 | - GROUP=js/base |
|
|||
13 | - GROUP=js/notebook |
|
|||
14 | - GROUP=js/services |
|
|||
15 | - GROUP=js/tree |
|
|||
16 | - GROUP=js/widgets |
|
|||
17 | before_install: |
|
8 | 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' |
|
|||
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' |
|
|||
21 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels |
|
9 | - git clone --quiet --depth 1 https://github.com/minrk/travis-wheels travis-wheels | |
22 |
- 'if [[ $GROUP != js* ]]; then COVERAGE=" |
|
10 | - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi' | |
23 | install: |
|
11 | install: | |
24 |
- pip install -f travis-wheels/wheelhouse -r requirements.txt -e file://$PWD#egg=ipython[test |
|
12 | - pip install -f travis-wheels/wheelhouse -r requirements.txt -e file://$PWD#egg=ipython[test] coveralls | |
25 | before_script: |
|
|||
26 | - 'if [[ $GROUP == js* ]]; then python -m IPython.external.mathjax mathjax.zip; fi' |
|
|||
27 | script: |
|
13 | script: | |
28 |
- cd /tmp && iptest |
|
14 | - cd /tmp && iptest --coverage xml && cd - | |
29 |
|
||||
30 | matrix: |
|
|||
31 | include: |
|
|||
32 | - python: 3.3 |
|
|||
33 | env: GROUP= |
|
|||
34 |
|
||||
35 | after_success: |
|
15 | after_success: | |
36 | - cp /tmp/ipy_coverage.xml ./ |
|
16 | - cp /tmp/ipy_coverage.xml ./ | |
37 | - cp /tmp/.coverage ./ |
|
17 | - cp /tmp/.coverage ./ |
@@ -1,10 +1,2 b'' | |||||
1 | -e git+https://github.com/ipython/ipython_genutils.git#egg=ipython_genutils |
|
1 | -e git+https://github.com/ipython/ipython_genutils.git#egg=ipython_genutils | |
2 | -e git+https://github.com/ipython/traitlets.git#egg=traitlets |
|
2 | -e git+https://github.com/ipython/traitlets.git#egg=traitlets | |
3 | # Below here aren't actually needed by IPython. |
|
|||
4 | # Only while the split is partial |
|
|||
5 | # and the IPython repo is still running Jupyter tests |
|
|||
6 | -e git+https://github.com/jupyter/jupyter_core.git#egg=jupyter_core |
|
|||
7 | -e git+https://github.com/jupyter/jupyter_nbformat.git#egg=jupyter_nbformat |
|
|||
8 | -e git+https://github.com/jupyter/jupyter_client.git#egg=jupyter_client |
|
|||
9 | -e git+https://github.com/ipython/ipython_kernel.git#egg=ipython_kernel |
|
|||
10 | -e git+https://github.com/jupyter/jupyter_nbconvert.git#egg=jupyter_nbconvert |
|
General Comments 0
You need to be logged in to leave comments.
Login now