Show More
@@ -7,15 +7,22 b' python:' | |||||
7 | - 3.4 |
|
7 | - 3.4 | |
8 | - 3.3 |
|
8 | - 3.3 | |
9 | sudo: false |
|
9 | sudo: false | |
10 | group: edge |
|
10 | env: | |
|
11 | global: | |||
|
12 | - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH | |||
|
13 | matrix: | |||
|
14 | - GROUP=docs | |||
|
15 | #group: edge | |||
11 | before_install: |
|
16 | before_install: | |
12 | - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi' |
|
17 | - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi' | |
|
18 | - 'if [[ $GROUP == docs ]]; then pip install -r docs/doc-requirements.txt; fi' | |||
13 | install: |
|
19 | install: | |
14 | - pip install setuptools pip --upgrade |
|
20 | - pip install setuptools pip --upgrade | |
15 | - pip install -e file://$PWD#egg=ipython[test] --upgrade |
|
21 | - pip install -e file://$PWD#egg=ipython[test] --upgrade | |
16 | - pip install codecov --upgrade |
|
22 | - pip install codecov --upgrade | |
17 | script: |
|
23 | script: | |
18 | - cd /tmp && iptest --coverage xml && cd - |
|
24 | - cd /tmp && iptest --coverage xml && cd - | |
|
25 | - 'if [[ $GROUP == docs ]]; then make -C docs/ html; fi' | |||
19 | after_success: |
|
26 | after_success: | |
20 | - cp /tmp/ipy_coverage.xml ./ |
|
27 | - cp /tmp/ipy_coverage.xml ./ | |
21 | - cp /tmp/.coverage ./ |
|
28 | - cp /tmp/.coverage ./ | |
@@ -24,6 +31,9 b' after_success:' | |||||
24 | matrix: |
|
31 | matrix: | |
25 | allow_failures: |
|
32 | allow_failures: | |
26 | - python: nightly |
|
33 | - python: nightly | |
|
34 | exclude: | |||
|
35 | - python: 2.7 | |||
|
36 | env: GROUP=docs | |||
27 |
|
37 | |||
28 | before_deploy: |
|
38 | before_deploy: | |
29 | - rm -rf dist/ |
|
39 | - rm -rf dist/ |
General Comments 0
You need to be logged in to leave comments.
Login now